From 419b26907d5e7c54ff859f38f7752aca48d7b2c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristan=20Dani=C3=ABl=20Maat?= Date: Tue, 31 Dec 2024 15:12:14 +0800 Subject: [PATCH] rin: Switch off adaptive sync Somehow adaptive sync just utterly breaks on that computer. --- home-config/hosts/rin.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home-config/hosts/rin.nix b/home-config/hosts/rin.nix index ba5f5b99..12adfcf8 100644 --- a/home-config/hosts/rin.nix +++ b/home-config/hosts/rin.nix @@ -10,4 +10,9 @@ ../config/work/famedly.nix ]; + + # Adaptive sync doesn't work on rin + wayland.windowManager.sway.extraConfig = '' + output "*" adaptive_sync off + ''; }