From 5213b72257003d0285e96a31d0723c75d177a927 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Thu, 20 Jan 2022 09:29:17 -0500 Subject: refactor(grfn/home): Tweak screenlayout for new desk layout Change-Id: Idca10ee66ed3b083fa914140fef421198462f794 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5029 Reviewed-by: grfn Autosubmit: grfn Tested-by: BuildkiteCI --- users/grfn/system/home/modules/i3.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'users/grfn') 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 ''; }; -- cgit 1.4.1