Make StumpWM frame focus follow mouse click

This commit is contained in:
Jeremy Dormitzer 2020-01-05 12:45:14 -05:00
parent db079d9493
commit 6320e9e1b6

View File

@ -7,6 +7,9 @@
:style swank:*communication-style*
:dont-close t)
;; StumpWM configs
(setq *mouse-focus-policy* :click)
;; Commands
(defcommand firefox () ()
(run-or-raise "firefox" '(:class "firefox")))