[StumpWM] Restore previous mouse behaviour

This commit is contained in:
Lucien Cartier-Tilet 2023-02-15 11:13:49 +01:00
parent ff0da86024
commit 8475732f42
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 3 additions and 2 deletions

View File

@ -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