From 5ef9aea7ab74c6de921dbec3b430b04fc019762a Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Tue, 4 Jan 2022 18:17:10 +0100 Subject: [PATCH] [StumpWM] Change floating window modifier to super --- org/config/stumpwm.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org/config/stumpwm.org b/org/config/stumpwm.org index b1e6298..d381f6f 100644 --- a/org/config/stumpwm.org +++ b/org/config/stumpwm.org @@ -198,11 +198,11 @@ it: Another thing I want to set is how focus is linked to my mouse: only on click. I /HATE/ it when focus follows my mouse like some damn dog -after its ball. Also, the meta key will be used to move floating +after its ball. Also, the super key will be used to move floating windows. #+begin_src lisp (setf *mouse-focus-policy* :click - ,*float-window-modifier* :META) + ,*float-window-modifier* :SUPER) #+end_src Next, some modules will be loaded from the ~stumpwm-contrib~ package