aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-02-25 16:58:28 -0600
committerToby Vincent <tobyv@tobyvin.dev>2024-02-25 16:58:28 -0600
commitfe4906334c1b6f9f4ea14391832b936289a59604 (patch)
tree6b9fedf667ce35133c78d7fc7cb7496f164cbe14
parent3672a53474df4df2c0e18ef6ef1c3786e85ad996 (diff)
fix(sway): fix match for steam windows
-rw-r--r--sway/.config/sway/config6
1 files changed, 3 insertions, 3 deletions
diff --git a/sway/.config/sway/config b/sway/.config/sway/config
index 8c58464..f8371ed 100644
--- a/sway/.config/sway/config
+++ b/sway/.config/sway/config
@@ -72,13 +72,13 @@ output * bg ~/.local/share/gruvbox/sway.png fill
for_window [shell=".*"] inhibit_idle fullscreen
for_window [app_id="pavucontrol" title="^Volume Control$"] floating enable
-for_window [class="^steam$"] floating enable
-for_window [class="^steam$" title="^Steam$"] floating disable
+for_window [class="^[Ss]team$"] floating enable
+for_window [class="^[Ss]team$" title="^Steam$"] floating disable
+for_window [class="^[Ss]team$" title="^Sign in to Steam$"] move to scratchpad
for_window [app_id="firefox" title="Library"] floating enable
for_window [app_id="firefox" title="Firefox — Sharing Indicator"] kill
for_window [app_id="" title="^Streamlink Twitch GUI$"] floating enable
for_window [app_id="deno" title="^Peek preview$"] resize set width 980px
-for_window [class="^steam$" title="^Sign in to Steam$"] move to scratchpad
for_window [class="^discord$" title="^Discord$"] move to scratchpad
assign [app_id="mpv"] $ws11