From ab41c4810b9fffd6fda941700ee6f8e14e8f9a36 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 23 Jan 2023 10:43:28 +0100 Subject: [PATCH] =?UTF-8?q?[StumpWM]=20I=E2=80=99ve=20gotten=20used=20to?= =?UTF-8?q?=20focus=20on=20mouse=20hover?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also, I’m not using StumpWM all that much anymore, so commits will come less frequently to this file. --- org/config/stumpwm.org | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/org/config/stumpwm.org b/org/config/stumpwm.org index 957edb5..de7c896 100644 --- a/org/config/stumpwm.org +++ b/org/config/stumpwm.org @@ -205,12 +205,10 @@ it: (mode-line)) #+end_src -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 super key will be used to move floating +Another thing I want to set is to use the super key to move floating windows. #+begin_src lisp -(setf *mouse-focus-policy* :click +(setf *mouse-focus-policy* :sloppy ,*float-window-modifier* :SUPER) #+end_src