diff options
-rw-r--r-- | users/grfn/system/home/modules/i3.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/grfn/system/home/modules/i3.nix b/users/grfn/system/home/modules/i3.nix index df0859b46aef..111f2a08c225 100644 --- a/users/grfn/system/home/modules/i3.nix +++ b/users/grfn/system/home/modules/i3.nix @@ -10,10 +10,10 @@ let screenlayout = { home = pkgs.writeShellScript "screenlayout_home.sh" '' xrandr \ - --output eDP-1 --mode 1920x1200 --pos 0x2160 --rotate normal \ + --output eDP-1 --mode 1920x1200 --pos 0x960 --rotate normal \ + --output DP-3 --primary --mode 3840x2160 --pos 1920x0 --rotate normal \ --output DP-1 --off \ --output DP-2 --off \ - --output DP-3 --mode 3840x2160 --pos 0x0 --rotate normal \ --output DP-4 --off ''; }; |