From 1037ffe2b198a9e0f4fb6994353c54ecd501502a Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 10 Jul 2024 21:30:37 +0200 Subject: [PATCH] Hyprland: switch monitor order --- 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 f06bbd6..8ba6a6a 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -45,8 +45,8 @@ ${ if nixosConfig.networking.hostName == "thor" then '' - monitor=HDMI-A-1,preferred,0x0,auto,transform,3 monitor=DP-2,preferred,1080x420,auto + monitor=HDMI-A-1,preferred,0x0,auto,transform,3 '' else if nixosConfig.networking.hostName == "odin" then ''