Gaps update

This commit is contained in:
Logan Hunt 2022-10-26 10:36:41 -06:00
parent 5f6a576d7f
commit 331e41febd
No known key found for this signature in database
GPG Key ID: 73D3D359A80BCF58
2 changed files with 5 additions and 3 deletions

View File

@ -2,8 +2,8 @@
(load-module "swm-gaps")
(setf swm-gaps:*head-gaps-size* 0
swm-gaps:*inner-gaps-size* 5
swm-gaps:*outer-gaps-size* 5)
(setf swm-gaps:*head-gaps-size* 0)
;; swm-gaps:*inner-gaps-size* 5
;; swm-gaps:*outer-gaps-size* 5)
(swm-gaps:toggle-gaps)

View File

@ -19,3 +19,5 @@
;; Follow focus on mouse hover
(setq *mouse-focus-policy* :sloppy)
(run-shell-command "dunst")