sway: Steam uses multiple class names now somehow
This commit is contained in:
parent
0b6e478ef1
commit
f4aaefc80c
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue