From 42be5786893827f7b57289c33c0ba10737dd9dda Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 16 Dec 2025 09:09:20 +0100 Subject: [PATCH] update(hyprland): set fixed resolution --- hm/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hm/hyprland.nix b/hm/hyprland.nix index 3af7408..5557eb5 100644 --- a/hm/hyprland.nix +++ b/hm/hyprland.nix @@ -145,8 +145,8 @@ in "DP-1,preferred,auto-up,1" ] ++ lib.lists.optionals (hostName == "sif") [ "eDP-1,preferred,auto,1" - "DP-5,highres,auto-right,1" - "DP-6,highres,auto-right,1" + "DP-5,2560x1440@60,auto-right,1" + "DP-6,2560x1440@60,auto-right,1" ] ++ [ ",preferred,auto,auto" # "Unknown-1,disable"