From 0c24c622812a8c6b7afc3cc41f1e5ef65a340155 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Tue, 1 Dec 2020 11:54:26 -0500 Subject: feat(gs/system): Update xrandr layout for yeren At some point I should just convert this into an option that gets set per-machine...but whatever. Change-Id: I745fc5126469e887f8657e990d14a7e8b5085330 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2214 Reviewed-by: glittershark Tested-by: BuildkiteCI --- users/glittershark/system/home/modules/i3.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'users/glittershark/system') diff --git a/users/glittershark/system/home/modules/i3.nix b/users/glittershark/system/home/modules/i3.nix index e5f9cb5303..54956e469e 100644 --- a/users/glittershark/system/home/modules/i3.nix +++ b/users/glittershark/system/home/modules/i3.nix @@ -10,9 +10,11 @@ let screenlayout = { home = pkgs.writeShellScript "screenlayout_home.sh" '' xrandr \ - --output eDP1 --mode 3840x2160 --pos 0x0 --rotate normal \ - --output DP1 --primary --mode 3840x2160 --pos 0x2160 --rotate normal \ - --output DP2 --off --output DP3 --off --output VIRTUAL1 --off + --output eDP-1 --mode 1920x1200 --pos 0x2160 --rotate normal \ + --output DP-1 --off \ + --output DP-2 --off \ + --output DP-3 --mode 3840x2160 --pos 0x0 --rotate normal \ + --output DP-4 --off ''; }; in { -- cgit 1.4.1