feat: Enable hdr in hyprland

Signed-off-by: uttarayan21 <email@uttarayan.me>
This commit is contained in:
uttarayan21
2025-05-16 13:08:30 +05:30
parent e9134e928a
commit 65f57743dd
7 changed files with 18 additions and 7 deletions

View File

@@ -34,7 +34,6 @@
steam-run
wl-clipboard
zed-editor
webcord
prismlauncher
];
}

View File

@@ -54,7 +54,7 @@
source = "${pkgs.catppuccinThemes.hyprland}/themes/mocha.conf";
"render:explicit_sync" = true;
monitor = [
"${device.monitors.primary}, 2560x1440@360, 0x0, 1, transform, 0"
"${device.monitors.primary}, 2560x1440@360, 0x0, 1, transform, 0, bitdepth, 10, cm, hdr"
"${device.monitors.secondary}, 2560x1440@170, -1440x-1120, 1, transform, 1"
"${device.monitors.tertiary}, 2560x1440@170, 2560x-1120, 1, transform, 3"
];