summaryrefslogtreecommitdiff
path: root/.stumpwm.d
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-01-29 06:07:12 +0200
committerThanos Apollo <[email protected]>2024-01-29 06:07:12 +0200
commitb42912d9050be4ee8073be0cfe1ea0f53e461232 (patch)
tree9ba16480964eec3b323d57d1cb369ec6cb18a8eb /.stumpwm.d
parent72435a973d151c02f34a6ab38616a989dc8bc507 (diff)
stumpwm:(groups) Add delta group
Diffstat (limited to '.stumpwm.d')
-rw-r--r--.stumpwm.d/groups.lisp3
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)