diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-08-16 11:24:54 -0700 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-08-16 11:24:54 -0700 |
| commit | 905f78f330402e5558787a556ce7f6e9e55399f9 (patch) | |
| tree | 03271f9cb53b3a8ed1532cbd31bced4fcc0f726d | |
| parent | 1c0226e4174cdb7b74322cc4578a8d21f09a0168 (diff) | |
change drag to meta from super in exwm
| -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 a7a1626..e0eed83 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -801,6 +801,7 @@ changes." ([?\M-w] . [?\C-c]) ([?\C-y] . [?\C-v]) ([?\C-s] . [?\C-f]))) + (exwm-input-move-event 'M-down-mouse-1) :bind (:map exwm-mode-map ("C-q" . 'exwm-input-send-next-key) ("M-!" . 'shell-command))) |
