diff --git a/nixos/i3/autorandr.nix b/nixos/i3/autorandr.nix index cb0a031d..51c6f265 100644 --- a/nixos/i3/autorandr.nix +++ b/nixos/i3/autorandr.nix @@ -47,6 +47,8 @@ config = { eDP-1 = { enable = true; + primary = true; + position = "0x0"; mode = "2560x1440"; }; };