diff options
| -rw-r--r-- | oni/home/services/stumpwm/stumpwm.lisp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/oni/home/services/stumpwm/stumpwm.lisp b/oni/home/services/stumpwm/stumpwm.lisp index 63fafb1..01b72f1 100644 --- a/oni/home/services/stumpwm/stumpwm.lisp +++ b/oni/home/services/stumpwm/stumpwm.lisp @@ -150,10 +150,12 @@ after it has been unlocked." (0 t nil :class "kitty") (0 t nil :class "org.wezfurlong.wezterm") (1 t nil :class "Emacs") - (3 t nil :class "firefox")) + (3 t nil :class "firefox") + (3 t nil :class "Zen")) -(define-frame-preference "teams" - (0 t t :class "teams-for-linux" :create t)) +(define-frame-preference "chat" + (0 t t :class "teams-for-linux" :create t) + (0 t t :class "Slack")) (sb-ext:run-program *shell-program* '("-c" "feh --bg-center ~/pictures/wallpaper/5120x1440/wallhaven-v9ydgl.jpg")) |
