sway: Steam uses multiple class names now somehow

This commit is contained in:
histalek 2023-06-04 17:12:02 +02:00
parent 0b6e478ef1
commit f4aaefc80c
Signed by: histalek
SSH key fingerprint: SHA256:6a6N2Wzk73nwURUHC/ubbCyqdB6yfie0Jv/NGvRcsIE
2 changed files with 7 additions and 2 deletions

View file

@ -17,7 +17,9 @@ assign [app_id="^thunderbird$"] $wsF1
assign [app_id="^virt-manager$"] $ws1
assign [class="^TeamSpeak"] $wsF6
assign [class="^Steam"] $wsF11
assign [class="^steam$"] $wsF11
assign [class="^steam_proton$"] $wsF11
assign [class="^steamwebhelper$"] $wsF11
assign [class="^steam_app_"] $wsF12
assign [title="Default - Wine desktop"] $wsF12

View file

@ -30,7 +30,10 @@ for_window {
# Looking Glass latency tuning. Ref.: https://looking-glass.io/wiki/Wayland_latency_tuning
[app_id="^looking-glass-client$"] max_render_time off
[class="Steam"] max_render_time off
[class="steam"] max_render_time off
[class="steam_app"] max_render_time off
[class="steam_proton"] max_render_time off
[class="steamwebhelper"] max_render_time off
[app_id="showmethekey-gtk"] floating enable; sticky enable
}