ordering randr

main
Zynh Ludwig 2024-06-28 08:31:47 -07:00
parent 518127d717
commit 4118fd205a
1 changed files with 3 additions and 3 deletions

View File

@ -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" ];