diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-08-19 10:45:49 -0700 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-10-23 10:12:58 -0700 |
| commit | 9f7fcf9bc36592b1a6ecbbcdac59e790b42bf832 (patch) | |
| tree | 70665ae67af37bb8934a03ed982eff40743b0a34 /emacs/init.el | |
| parent | e5a033a7b2c84771f493320556a55ce1ef96328f (diff) | |
change super for meta in exwm
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 4a1a4d0..8c6f7c7 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -805,6 +805,7 @@ changes." ([?\C-y] . [?\C-v]) ([?\C-s] . [?\C-f]))) (exwm-input-move-event 'M-down-mouse-1) + (exwm-input-resize-event 'M-down-mouse-3) :bind (:map exwm-mode-map ("C-q" . 'exwm-input-send-next-key) ("M-!" . 'shell-command))) |
