From d45bcf899e59d7b3fd410a9c3ed58ef812defe15 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 31 Dec 2025 15:52:54 +0100 Subject: [PATCH] Thor: display port to hdmi --- hm/hyprland.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hm/hyprland.nix b/hm/hyprland.nix index 5557eb5..c36c3e6 100644 --- a/hm/hyprland.nix +++ b/hm/hyprland.nix @@ -138,8 +138,7 @@ in monitor = lib.lists.optionals (hostName == "thor") [ "DP-1,preferred,1080x200,auto" - "DP-3,preferred,1080x200,auto" - "HDMI-A-1,preferred,0x0,auto,transform,3" + "DP-2,preferred,0x0,auto,transform,3" ] ++ lib.lists.optionals (hostName == "odin") [ "eDP-1,preferred,auto,1" "DP-1,preferred,auto-up,1"