From a9704e094f9a5c7d874fb5c3006076cc01256587 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 17 Dec 2024 16:04:28 +0100 Subject: [PATCH] Sif: new monitors --- modules/hm/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index 0e177d0..836d5e4 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -105,9 +105,9 @@ in "eDP-1,preferred,auto,1" "DP-1,preferred,auto-up,1" ] ++ lib.lists.optionals (hostName == "sif") [ - "eDP-1,preferred,511x1440,1.66667" "DP-1,preferred,0x0,1" - "DP-3,preferred,0x0,1" + "DP-3,preferred,2560x0,1" + "eDP-1,preferred,1791x1440,1.66667" ]; misc.disable_hyprland_logo = true;