From 6030888b6c1047c6c8e8db94c76e5e80cc9163e8 Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Sun, 18 Sep 2022 05:48:41 +0800 Subject: [PATCH] Update window rules and launch wl-sunset. --- .config/sway/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index 4f1c51f..9376d49 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -328,7 +328,7 @@ default_border pixel 3 exec wayland-run-on-new-display set-correct-monitor 390+1080 exec gentoo-pipewire-launcher exec dunst -exec wlsunset -l 22.4 -L 114.1 +exec_always pkill wlsunset; wlsunset -l 22.4 -L 114.1 exec alacritty exec firefox @@ -357,6 +357,8 @@ for_window [class="^Steam$"] floating enable for_window [class="^Steam$" title="^Steam$"] floating disable for_window [class="genshinimact.exe"] floating enable for_window [class=".*.exe$"] floating enable +for_window [class="^QjackCtl$"] floating enable +for_window [class="^QjackCtl$" title="Graph — QjackCtl"] floating disable # Move windows to trash workspace for_window [title="^Origin$"] floating enable, move container to workspace trash; for_window [title="^Wine System Tray$"] move container to workspace trash;