ordering randr
This commit is contained in:
parent
518127d717
commit
4118fd205a
1 changed files with 3 additions and 3 deletions
|
@ -27,13 +27,13 @@ in
|
|||
script = ''
|
||||
${pkgs.xorg.xrandr}/bin/xrandr \
|
||||
--output DP-0 --primary --mode 1920x1080 --pos 1922x0 --rotate normal \
|
||||
--output DP-1 --off \
|
||||
--output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate normal \
|
||||
--output DP-1 --off \
|
||||
--output DP-2 --off \
|
||||
--output DP-3 --off \
|
||||
--output HDMI-1 --off \
|
||||
--output DP-4 --off \
|
||||
--output DP-5 --off
|
||||
--output DP-5 --off \
|
||||
--output HDMI-1 --off
|
||||
'';
|
||||
wantedBy = [ "graphical-session.target" ];
|
||||
partOf = [ "graphical-session.target" ];
|
||||
|
|
Loading…
Reference in a new issue