From c2f4e940068c90471e8146d5136d1c3de242956f Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sun, 21 Dec 2025 23:37:58 +0100 Subject: [PATCH] Changed to a lower refresh rate because it felt buggy --- modules/home-manager/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index 736bff1..6f409e9 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -39,7 +39,7 @@ in # Monitor config monitor = [ - "HDMI-A-1, 1920x1080@165, 1440x0, 1" + "HDMI-A-1, 1920x1080@144, 1440x0, 1" "DP-1, 1440x900@59.89, 0x0, 1" ];