From 85258d02a87b6e5e63a763be926601791df3f6dd Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Wed, 21 May 2025 19:45:31 +0530 Subject: [PATCH] feat: Disable hdr on hyprland I'm getting washed out colors and can't record with obs Games look pretty bad as well, no support for hdr on anything other than mpv Signed-off-by: uttarayan21 --- home/linux/hyprland.nix | 3 ++- home/programs/tuifeed.nix | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/home/linux/hyprland.nix b/home/linux/hyprland.nix index 5a5b4f68..ec13be37 100644 --- a/home/linux/hyprland.nix +++ b/home/linux/hyprland.nix @@ -54,7 +54,8 @@ source = "${pkgs.catppuccinThemes.hyprland}/themes/mocha.conf"; "render:explicit_sync" = true; monitor = [ - "${device.monitors.primary}, 2560x1440@360, 0x0, 1, transform, 0, bitdepth, 10, cm, hdr" + # "${device.monitors.primary}, 2560x1440@360, 0x0, 1, transform, 0, bitdepth, 10, cm, hdr" # Washed out colors and can't record with obs + "${device.monitors.primary}, 2560x1440@360, 0x0, 1, transform, 0" "${device.monitors.secondary}, 2560x1440@170, -1440x-1120, 1, transform, 1" "${device.monitors.tertiary}, 2560x1440@170, 2560x-1120, 1, transform, 3" ]; diff --git a/home/programs/tuifeed.nix b/home/programs/tuifeed.nix index eaec76c9..b2c782a9 100644 --- a/home/programs/tuifeed.nix +++ b/home/programs/tuifeed.nix @@ -1,6 +1,6 @@ {...}: { programs.tuifeed = { - enable = false; + enable = true; config = { sources = { "r/rust" = "https://www.reddit.com/r/rust/.rss";