diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index 647400d..4104155 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -100,10 +100,11 @@ in "DP-3,preferred,1080x420,auto" "HDMI-A-1,preferred,0x0,auto,transform,3" ] ++ lib.lists.optionals (nixosConfig.networking.hostName == "odin") [ - "eDP-1,preferred,320x1440,1" - "DP-1,preferred,0x0,1" + "eDP-1,preferred,auto,1" + "DP-1,preferred,auto-up,1" ] ++ lib.lists.optionals (nixosConfig.networking.hostName == "sif") [ - "eDP-1,preferred,0x0,1.666667" + "eDP-1,preferred,auto,1.666667" + "DP-3,preferred,auto-up,1" ]; misc.disable_hyprland_logo = true;