From e8534bf41ca89c97cc298167c514a131c6010d0f Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Fri, 22 Nov 2024 09:32:45 +0100 Subject: [PATCH] Sif: monitors --- modules/hm/hyprland.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index 647400d..4104155 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -100,10 +100,11 @@ in "DP-3,preferred,1080x420,auto" "HDMI-A-1,preferred,0x0,auto,transform,3" ] ++ lib.lists.optionals (nixosConfig.networking.hostName == "odin") [ - "eDP-1,preferred,320x1440,1" - "DP-1,preferred,0x0,1" + "eDP-1,preferred,auto,1" + "DP-1,preferred,auto-up,1" ] ++ lib.lists.optionals (nixosConfig.networking.hostName == "sif") [ - "eDP-1,preferred,0x0,1.666667" + "eDP-1,preferred,auto,1.666667" + "DP-3,preferred,auto-up,1" ]; misc.disable_hyprland_logo = true;