diff options
author | Thanos Apollo <[email protected]> | 2024-03-03 02:45:12 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-03-03 02:45:12 +0200 |
commit | e56154ee5b7400e91d6f327df2b85d218a0c3967 (patch) | |
tree | 4aeaf48a80d917760f38f539d8988835e58716ca /.stumpwm.d | |
parent | 8e691f6b52cb6e86e9d428a8fdc3f15c6388961b (diff) |
stumpwm:(init) Add dynamic GAMMA group
Diffstat (limited to '.stumpwm.d')
-rw-r--r-- | .stumpwm.d/init.lisp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.stumpwm.d/init.lisp b/.stumpwm.d/init.lisp index db92e9f..ccbaf58 100644 --- a/.stumpwm.d/init.lisp +++ b/.stumpwm.d/init.lisp @@ -3,7 +3,8 @@ (when *initializing* (grename "[ALPHA]") - (gnewbg "[BETA]")) + (gnewbg "[BETA]") + (gnewbg-dynamic "[GAMMA]")) (clear-window-placement-rules) |