From 13e5bb4fd3a4f74b54c650e3bf3801c63c7337e4 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Mon, 25 May 2026 11:51:37 +0200 Subject: [PATCH] feat: try to fix hdr in hyprland. --- modules/linux/home-manager/hyprland.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/linux/home-manager/hyprland.nix b/modules/linux/home-manager/hyprland.nix index 72c7064..85b974c 100644 --- a/modules/linux/home-manager/hyprland.nix +++ b/modules/linux/home-manager/hyprland.nix @@ -145,8 +145,11 @@ in { render = { direct_scanout = 2; # Reduce latency for games cm_auto_hdr = 2; # Switch to hdr automatically when needed + cm_enabled = 1; }; + quirks.prefer_hdr = 1; + animations = { enabled = false; };