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"