refactor(grfn/home): Tweak screenlayout for new desk layout
Change-Id: Idca10ee66ed3b083fa914140fef421198462f794 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5029 Reviewed-by: grfn <grfn@gws.fyi> Autosubmit: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
f30e04da46
commit
5213b72257
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue