fix(monitor): DP-1 sdrbrightness has incorrect syntax

This commit is contained in:
kenji
2026-05-30 10:36:12 -05:00
parent b5f2538c19
commit 99f57dca0c
+1 -1
View File
@@ -32,7 +32,7 @@
}; };
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-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"
]; ];