fix(monitor): removed HDR

deadlock is not compatible with HDR (will have graphical issue)
This commit is contained in:
kenji
2026-05-31 11:48:10 -05:00
parent 99f57dca0c
commit 4c37e35d2c
+2 -1
View File
@@ -32,7 +32,8 @@
}; };
hyprland = { hyprland = {
monitors = [ 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" "DP-2, highres@165,760x0,1"
"HDMI-A-1, highres@highrr@120, 3440x1440, 1.6" "HDMI-A-1, highres@highrr@120, 3440x1440, 1.6"
]; ];