From a8facb3f18e30ccaff0d52e3771d907fed89fc2e Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 30 Nov 2024 11:54:51 +0100 Subject: [PATCH] Thor: fix hyprland monitor position --- modules/hm/hyprland.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index b27ab5b..a9e3068 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -97,7 +97,8 @@ in ",preferred,auto,auto" "Unknown-1,disable" ] ++ lib.lists.optionals (nixosConfig.networking.hostName == "thor") [ - "DP-3,preferred,1080x420,auto" + "DP-1,preferred,1080x200,auto" + "DP-3,preferred,1080x200,auto" "HDMI-A-1,preferred,0x0,auto,transform,3" ] ++ lib.lists.optionals (nixosConfig.networking.hostName == "odin") [ "eDP-1,preferred,auto,1"