gaps.lisp 263 B

123456789101112
  1. (in-package :stumpwm)
  2. (require :swm-gaps)
  3. ;; Head gaps run along the 4 borders of the monitor(s)
  4. (setf swm-gaps:*head-gaps-size* 5)
  5. ;; Inner gaps run along all the 4 borders of a window
  6. (setf swm-gaps:*inner-gaps-size* 5)
  7. (setf swm-gaps:*outer-gaps-size* 15)