sway: Update window rules

This commit is contained in:
histalek 2023-01-09 13:56:55 +01:00
parent 7c7dabeec2
commit f696cfe54e
No known key found for this signature in database
GPG key ID: ED1D6449704FDE03

View file

@ -23,11 +23,13 @@ for_window {
# `fullscreen disable` makes flameshot work across multiple displays
# but it also excludes areas of the screen which are not used by windows e.g. swaybar.
[app_id="flameshot"] floating enable, fullscreen disable, move absolute position 0 0, border pixel 0
[app_id="flameshot"] floating enable; fullscreen disable; move absolute position 0 0; border pixel 0
# 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
[app_id="showmethekey-gtk"] floating enable; sticky enable
}