update desktop, hyprland enable hdr

This commit is contained in:
mjallen18
2025-06-29 18:32:19 -05:00
parent 1cf7a7d96e
commit 7c43cc7a76
3 changed files with 29 additions and 20 deletions

View File

@@ -115,9 +115,13 @@ in
];
monitor = [
"${settings.displayLeft.input},${settings.displayLeft.resolution}@${settings.displayLeft.refreshRate},0x0,1"
"${settings.displayRight.input},${settings.displayRight.resolution}@${settings.displayRight.refreshRate},3840x0,1"
"${settings.displayLeft.input},${settings.displayLeft.resolution}@${settings.displayLeft.refreshRate},0x0,1,bitdepth,10,cm,hdr,sdrbrightness,1.2,sdrsaturation,0.98"
"${settings.displayRight.input},${settings.displayRight.resolution}@${settings.displayRight.refreshRate},3840x0,1,bitdepth,10,cm,hdr,sdrbrightness,1.5,sdrsaturation,0.98"
];
render = {
cm_fs_passthrough = 1;
};
misc = {
vrr = 1;
@@ -274,6 +278,10 @@ in
sensitivity = 0; # -1.0 - 1.0, 0 means no modification.
};
experimental = {
xx_color_management_v4 = true;
};
};
extraConfig = ''