Pretty (useless) gaps for StumpWM.
This is a packed version of useless-gaps by vlnx with added outer borders. Credit goes to the original author.
This modifies StumpWM’s internal functions
maximize-window
andneighbour
, so might not work as expected if those definitions change in the core. Currently works withv1.0.0
.
(load-module "swm-gaps")
;; Inner gaps run along all the 4 borders of a frame
(setf swm-gaps:*inner-gaps-size* 10)
;; Outer gaps add more padding to the outermost borders
;; (touching the screen border)
(setf swm-gaps:*outer-gaps-size* 20)
;; Call command
;; toggle-gaps