From 7c4f128c581625f6b3a84bbb49573a74b35a1bce Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 16 Jul 2025 12:13:02 -0700 Subject: Stumpwm: Fix some placement rules --- oni/home/services/stumpwm/stumpwm.lisp | 8 +++++--- 1 file 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")) -- cgit v1.3-2-g0d8e