From 4c77ef72d6b9e6c027002a448be9a120e3f3914f Mon Sep 17 00:00:00 2001 From: Myned Date: Mon, 21 Oct 2024 20:01:15 -0500 Subject: [PATCH] hyprland: disable explicit sync 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 bacefc5..0171731 100644 --- a/options/custom/desktops/hyprland/settings.nix +++ b/options/custom/desktops/hyprland/settings.nix @@ -205,8 +205,8 @@ in { # https://wiki.hyprland.org/Configuring/Variables/#render render = { - explicit_sync = 1; - explicit_sync_kms = 1; + #// explicit_sync = 1; + #// explicit_sync_kms = 1; }; # https://wiki.hyprland.org/Configuring/Variables/#cursor