From 905f78f330402e5558787a556ce7f6e9e55399f9 Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Sat, 16 Aug 2025 11:24:54 -0700 Subject: change drag to meta from super in exwm --- emacs/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/init.el') 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))) -- cgit v1.2.3