[stumpwm] define larger outer gaps
This commit is contained in:
parent
7ee3dea387
commit
aceaeb4c93
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
||||||
;; Gaps
|
;; Gaps
|
||||||
(load-module "swm-gaps")
|
(load-module "swm-gaps")
|
||||||
(setf swm-gaps:*inner-gaps-size* 5
|
(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)
|
swm-gaps:*head-gaps-size* 0)
|
||||||
(when *initializing*
|
(when *initializing*
|
||||||
(swm-gaps:toggle-gaps))
|
(swm-gaps:toggle-gaps))
|
||||||
|
|
Loading…
Reference in a new issue