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;