summaryrefslogtreecommitdiff
path: root/.stumpwm.d/groups.lisp
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-09-03 15:30:20 +0300
committerThanos Apollo <[email protected]>2023-09-03 15:30:20 +0300
commitf7c3db0c688b9b98762464cc9e4cc7c87a9dbe96 (patch)
tree5d42eadea41d1e6270007c7a82129ee5c93ac5f0 /.stumpwm.d/groups.lisp
parent1d570b3c17d23ae9813769d99a3ed48133d7ee44 (diff)
stumpwm: modularize
Diffstat (limited to '.stumpwm.d/groups.lisp')
-rw-r--r--.stumpwm.d/groups.lisp9
1 files changed, 9 insertions, 0 deletions
diff --git a/.stumpwm.d/groups.lisp b/.stumpwm.d/groups.lisp
new file mode 100644
index 0000000..0715022
--- /dev/null
+++ b/.stumpwm.d/groups.lisp
@@ -0,0 +1,9 @@
+(when *initializing*
+ (grename "[ALPHA]")
+ (gnewbg "[BETA]")
+ (gnewbg "[GAMMA]")
+ (gnewbg-dynamic "[DELTA]"))
+
+
+(clear-window-placement-rules)
+(setf *dynamic-group-master-split-ratio* 1/2)