diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index 06737a9..c690329 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -103,9 +103,9 @@ in "eDP-1,preferred,auto,1" "DP-1,preferred,auto-up,1" ] ++ lib.lists.optionals (nixosConfig.networking.hostName == "sif") [ - "eDP-1,preferred,auto,1.666667" - "DP-1,preferred,auto-up,1" - "DP-3,preferred,auto-up,1" + "eDP-1,preferred,auto,1.66667" + "DP-1,preferred,-511x1600,1" + "DP-3,preferred,auto-right,1" ]; misc.disable_hyprland_logo = true;