diff --git a/.config/sway/conf.d/window-rules b/.config/sway/conf.d/window-rules index 519a57f..c500ee8 100644 --- a/.config/sway/conf.d/window-rules +++ b/.config/sway/conf.d/window-rules @@ -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 }