From a63166392f582da0f0890669e88dda022471ec20 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 27 Nov 2024 16:15:20 +0100 Subject: [PATCH] Sif: better monitor position --- 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 c690329..7b5d955 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -103,8 +103,8 @@ in "eDP-1,preferred,auto,1" "DP-1,preferred,auto-up,1" ] ++ lib.lists.optionals (nixosConfig.networking.hostName == "sif") [ - "eDP-1,preferred,auto,1.66667" - "DP-1,preferred,-511x1600,1" + "eDP-1,preferred,511x1440,1.66667" + "DP-1,preferred,0x0,1" "DP-3,preferred,auto-right,1" ];