diff options
author | Thanos Apollo <[email protected]> | 2024-03-03 02:45:00 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-03-03 02:45:00 +0200 |
commit | 8e691f6b52cb6e86e9d428a8fdc3f15c6388961b (patch) | |
tree | f38f59796cc7ac2484339d150cc41080a39ca1fe | |
parent | c259c4e7b953f8f2f84297cdb5bbdf7371d0c7e8 (diff) |
stumpwm: Remove groups
Defined on init.lisp
-rw-r--r-- | .stumpwm.d/groups.lisp | 9 |
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) |