From 672b4de105cd13616d9d731135cfac38f768bbbf Mon Sep 17 00:00:00 2001 From: Myned Date: Mon, 9 Sep 2024 17:26:04 -0500 Subject: [PATCH] hyprland: disable fullscreen vrr Signed-off-by: Myned --- options/custom/desktops/hyprland/settings.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options/custom/desktops/hyprland/settings.nix b/options/custom/desktops/hyprland/settings.nix index 2cdca51..a919370 100644 --- a/options/custom/desktops/hyprland/settings.nix +++ b/options/custom/desktops/hyprland/settings.nix @@ -162,8 +162,8 @@ in key_press_enables_dpms = true; middle_click_paste = false; - # BUG: Possibly still causes hard freezes - vrr = 2; # VRR in fullscreen + # BUG: Still causes hard freezes + #// vrr = 2; # VRR in fullscreen }; # https://wiki.hyprland.org/Configuring/Variables/#input