From 59cf6b017e2f664e6f6d46e2679d1d4a8dae5bbc Mon Sep 17 00:00:00 2001 From: histalek Date: Thu, 27 Oct 2022 23:06:24 +0200 Subject: [PATCH] sway: Prevent stuttering issues with looking glass --- .config/sway/conf.d/window-rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sway/conf.d/window-rules b/.config/sway/conf.d/window-rules index 46b99b6..519a57f 100644 --- a/.config/sway/conf.d/window-rules +++ b/.config/sway/conf.d/window-rules @@ -26,7 +26,7 @@ for_window { [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 3 + [app_id="^looking-glass-client$"] max_render_time off [class="Steam"] max_render_time off }