summaryrefslogtreecommitdiff
path: root/.stumpwm.d/groups.lisp
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-03-03 02:45:00 +0200
committerThanos Apollo <[email protected]>2024-03-03 02:45:00 +0200
commit8e691f6b52cb6e86e9d428a8fdc3f15c6388961b (patch)
treef38f59796cc7ac2484339d150cc41080a39ca1fe /.stumpwm.d/groups.lisp
parentc259c4e7b953f8f2f84297cdb5bbdf7371d0c7e8 (diff)
stumpwm: Remove groups
Defined on init.lisp
Diffstat (limited to '.stumpwm.d/groups.lisp')
-rw-r--r--.stumpwm.d/groups.lisp9
1 files changed, 0 insertions, 9 deletions
diff --git a/.stumpwm.d/groups.lisp b/.stumpwm.d/groups.lisp
deleted file mode 100644
index a0f2a7a..0000000
--- a/.stumpwm.d/groups.lisp
+++ /dev/null
@@ -1,9 +0,0 @@
-(when *initializing*
- (grename "[ALPHA]")
- (gnewbg "[BETA]")
- (gnewbg "[GAMMA]")
- (gnewbg "[DELTA]"))
-
-
-(clear-window-placement-rules)
-(setf *dynamic-group-master-split-ratio* 1/2)