summaryrefslogtreecommitdiff
path: root/.config/stumpwm/placement.lisp
blob: dfef6761e06f5a1b83413016093da517375adb44 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(when *initializing*
  (grename "EMACS")
  (gnewbg "WEB")
  (gnewbg "ANKI")
  (gnewbg "DOC")
  (gnewbg "RAND")
  (gnewbg "VID")
  (gnewbg "TOR"))

(clear-window-placement-rules)

(define-frame-preference "[VID]" (nil t t :class "Nemo"))

(setf *dynamic-group-master-split-ratio* 1/2)