snowhawk: fix starting screen positions

main
Zynh Ludwig 2024-08-17 03:08:05 -07:00
parent 1ebcfbba8b
commit cc89a7a0c4
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
systemd.user.services.screenlayout = { systemd.user.services.screenlayout = {
script = '' script = ''
${pkgs.xorg.xrandr}/bin/xrandr \ ${pkgs.xorg.xrandr}/bin/xrandr \
--output DP-0 --primary --mode 1920x1080 --pos 1922x0 --rotate normal \ --output DP-0 --primary --mode 1920x1080 --pos 1920x0 --rotate normal \
--output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate normal \ --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate normal \
--output DP-1 --off \ --output DP-1 --off \
--output DP-2 --off \ --output DP-2 --off \