[stumpwm] define larger outer gaps

This commit is contained in:
Marcel Kapfer 2021-11-18 19:03:59 +01:00
parent 7ee3dea387
commit aceaeb4c93
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
;; Gaps
(load-module "swm-gaps")
(setf swm-gaps:*inner-gaps-size* 5
swm-gaps:*outer-gaps-size* 5
swm-gaps:*outer-gaps-size* 10
swm-gaps:*head-gaps-size* 0)
(when *initializing*
(swm-gaps:toggle-gaps))