From 9ef488d24da6ee460698bf98c0e0c09c946e5bd5 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Mon, 20 Apr 2026 19:53:35 +0200 Subject: [PATCH] feat: use new autohdr settings, enable direct scanout. --- modules/linux/home-manager/hyprland.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/linux/home-manager/hyprland.nix b/modules/linux/home-manager/hyprland.nix index 09e44b1..f81348c 100644 --- a/modules/linux/home-manager/hyprland.nix +++ b/modules/linux/home-manager/hyprland.nix @@ -141,7 +141,10 @@ in { "sunshine, 1920x1080@165, 0x0, 1" ]; - render.cm_fs_passthrough = 1; + render = { + direct_scanout = 2; # Reduce latency for games + cm_auto_hdr = 2; # Switch to hdr automatically when needed + }; animations = { enabled = false;