sway: Update window rules
This commit is contained in:
parent
7c7dabeec2
commit
f696cfe54e
1 changed files with 3 additions and 1 deletions
|
@ -23,11 +23,13 @@ for_window {
|
||||||
|
|
||||||
# `fullscreen disable` makes flameshot work across multiple displays
|
# `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.
|
# 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
|
# Looking Glass latency tuning. Ref.: https://looking-glass.io/wiki/Wayland_latency_tuning
|
||||||
[app_id="^looking-glass-client$"] max_render_time off
|
[app_id="^looking-glass-client$"] max_render_time off
|
||||||
|
|
||||||
[class="Steam"] max_render_time off
|
[class="Steam"] max_render_time off
|
||||||
|
|
||||||
|
[app_id="showmethekey-gtk"] floating enable; sticky enable
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue