From 4c37e35d2cbbaa075c8bd7630fff034bc9696c43 Mon Sep 17 00:00:00 2001 From: kenji Date: Sun, 31 May 2026 11:48:10 -0500 Subject: [PATCH] fix(monitor): removed HDR deadlock is not compatible with HDR (will have graphical issue) --- config.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.nix b/config.nix index 77b1854..a269984 100644 --- a/config.nix +++ b/config.nix @@ -32,7 +32,8 @@ }; hyprland = { monitors = [ - "DP-1,highres@180,0x1080,1,vrr,1,bitdepth,10,cm,hdr,sdrbrightness,2.5" + # "DP-1,highres@180,0x1080,1,vrr,1,bitdepth,10,cm,hdr,sdrbrightness,2.5" + "DP-1,highres@180,0x1080,1,vrr,0" "DP-2, highres@165,760x0,1" "HDMI-A-1, highres@highrr@120, 3440x1440, 1.6" ];