diff options
author | Thanos Apollo <[email protected]> | 2024-01-29 06:07:12 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-01-29 06:07:12 +0200 |
commit | b42912d9050be4ee8073be0cfe1ea0f53e461232 (patch) | |
tree | 9ba16480964eec3b323d57d1cb369ec6cb18a8eb | |
parent | 72435a973d151c02f34a6ab38616a989dc8bc507 (diff) |
stumpwm:(groups) Add delta group
-rw-r--r-- | .stumpwm.d/groups.lisp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.stumpwm.d/groups.lisp b/.stumpwm.d/groups.lisp index 9c9bd73..a0f2a7a 100644 --- a/.stumpwm.d/groups.lisp +++ b/.stumpwm.d/groups.lisp @@ -1,7 +1,8 @@ (when *initializing* (grename "[ALPHA]") (gnewbg "[BETA]") - (gnewbg "[GAMMA]")) + (gnewbg "[GAMMA]") + (gnewbg "[DELTA]")) (clear-window-placement-rules) |