From 8475732f42a301f649961202b6c69bbacdddf2e9 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 15 Feb 2023 11:13:49 +0100 Subject: [PATCH] [StumpWM] Restore previous mouse behaviour --- org/config/stumpwm.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/org/config/stumpwm.org b/org/config/stumpwm.org index de7c896..5b42f8f 100644 --- a/org/config/stumpwm.org +++ b/org/config/stumpwm.org @@ -206,9 +206,10 @@ it: #+end_src Another thing I want to set is to use the super key to move floating -windows. +windows and window focus to transfer from one window to another only +on click. #+begin_src lisp -(setf *mouse-focus-policy* :sloppy +(setf *mouse-focus-policy* :click ,*float-window-modifier* :SUPER) #+end_src