From b42912d9050be4ee8073be0cfe1ea0f53e461232 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Mon, 29 Jan 2024 06:07:12 +0200 Subject: stumpwm:(groups) Add delta group --- .stumpwm.d/groups.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.stumpwm.d') 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) -- cgit v1.2.3