From 8d8ea2f1091d12b50601a589235aa45db7e919dd Mon Sep 17 00:00:00 2001 From: Alex van de Sandt Date: Thu, 25 Jun 2026 01:09:13 +0000 Subject: [PATCH] Fix framerate --- modules/hyprland/_settings.nix | 4 ++-- 1 file(s) changed, 2 insertion(s)(+), 2 deletion(s)(-) diff --git a/modules/hyprland/_settings.nix b/modules/hyprland/_settings.nix --- a/modules/hyprland/_settings.nix +++ b/modules/hyprland/_settings.nix @@ -3,8 +3,8 @@ settings = { # monitor settings https://wiki.hypr.land/0.54.0/Configuring/Monitors/ monitor = [ - # "HDMI-A-2, 2560x1440@144.00Hz, auto, auto, cm, auto" - # "eDP-1, preferred, auto, auto, cm, auto" + "HDMI-A-2, 2560x1440@144.00Hz, auto, auto, cm, auto" + "eDP-1, preferred, auto, auto, cm, auto" ]; # keywords https://wiki.hypr.land/0.54.0/Configuring/Keywords/ -- tangled.sh