[StumpWM] I’ve gotten used to focus on mouse hover
Also, I’m not using StumpWM all that much anymore, so commits will come less frequently to this file.
This commit is contained in:
parent
0b055fef80
commit
ab41c4810b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user