From 9b0dd56aaeb42833986eeae1124c7f6b3a1f3056 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 16 Apr 2026 16:01:06 +0200 Subject: [PATCH] feat: fix hdr, again. --- modules/linux/home-manager/hyprland.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/linux/home-manager/hyprland.nix b/modules/linux/home-manager/hyprland.nix index 94cfbbb..09e44b1 100644 --- a/modules/linux/home-manager/hyprland.nix +++ b/modules/linux/home-manager/hyprland.nix @@ -136,7 +136,7 @@ in { monitor = [ "HDMI-A-1, 1920x1080@144, 0x0, 1" "DP-1, 1920x1080@165, 0x0, 1, bitdepth, 10, cm, auto" - "DP-2, 2560x1440@179.98, 0x0, 1, bitdepth, 10, cm, wide" + "DP-2, 2560x1440@179.98, 0x0, 1, bitdepth, 10" "eDP-1, 1920x1080, 0x0, 1" "sunshine, 1920x1080@165, 0x0, 1" ]; @@ -168,7 +168,7 @@ in { }; misc = { - vrr = 3; + vrr = 1; }; input = { @@ -316,6 +316,9 @@ in { # Set game type for megabonk "match:class ^(Megabonk.x86_64), content game" + # Set game type for games made in love + "match:class ^(love), content game" + # Enable tearing for games "immediate yes, match:content 3"