From 3a69fcb50c32ff26988ffe8f380a22b045e1901a Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Fri, 29 Nov 2024 09:44:39 +0100 Subject: [PATCH] Sif: fix hyprland second screen --- modules/hm/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index 7b5d955..b27ab5b 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -105,7 +105,7 @@ in ] ++ lib.lists.optionals (nixosConfig.networking.hostName == "sif") [ "eDP-1,preferred,511x1440,1.66667" "DP-1,preferred,0x0,1" - "DP-3,preferred,auto-right,1" + "DP-3,preferred,0x0,1" ]; misc.disable_hyprland_logo = true;