From 00eb595dc935fc43755f6dfbe3f0078b3c4026ab Mon Sep 17 00:00:00 2001 From: lub Date: Sun, 24 Sep 2023 19:17:59 +0200 Subject: [PATCH] sway disable adaptive sync by default only enable it during gaming to prevent flickering in normal desktop usage https://github.com/swaywm/sway/issues/5076 --- dotfiles/sway/.config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/sway/.config/sway/config b/dotfiles/sway/.config/sway/config index 8395610..9703eba 100644 --- a/dotfiles/sway/.config/sway/config +++ b/dotfiles/sway/.config/sway/config @@ -30,7 +30,7 @@ output * bg ~/.wallpaper fill # # You can get the names of your outputs by running: swaymsg -t get_outputs -output * adaptive_sync on +output * adaptive_sync off ### Idle configuration #