diff options
| author | 2025-07-16 12:13:02 -0700 | |
|---|---|---|
| committer | 2025-07-16 12:13:02 -0700 | |
| commit | 7c4f128c581625f6b3a84bbb49573a74b35a1bce (patch) | |
| tree | bff3a9fd760a23266cfa39fa627c426f46353419 /oni/home/services/stumpwm | |
| parent | b4927f622ee5ae53aa31bf05262166aa6416b656 (diff) | |
| download | new-dotfiles-7c4f128c581625f6b3a84bbb49573a74b35a1bce.tar.gz new-dotfiles-7c4f128c581625f6b3a84bbb49573a74b35a1bce.zip | |
Stumpwm: Fix some placement rules
Diffstat (limited to 'oni/home/services/stumpwm')
| -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")) |
