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 <grfn@gws.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Griffin Smith 2020-12-01 11:54:26 -05:00 committed by glittershark
parent 6aa6151146
commit 0c24c62281

View file

@ -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 {