From 64cb4290e7ef9004fa133ac1e6039a447ed67efd Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 27 Nov 2024 12:49:57 +0100 Subject: [PATCH] Sif: better monitor position --- modules/hm/hyprland.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index 06737a9..c690329 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -103,9 +103,9 @@ in "eDP-1,preferred,auto,1" "DP-1,preferred,auto-up,1" ] ++ lib.lists.optionals (nixosConfig.networking.hostName == "sif") [ - "eDP-1,preferred,auto,1.666667" - "DP-1,preferred,auto-up,1" - "DP-3,preferred,auto-up,1" + "eDP-1,preferred,auto,1.66667" + "DP-1,preferred,-511x1600,1" + "DP-3,preferred,auto-right,1" ]; misc.disable_hyprland_logo = true;