snowhawk: fix starting screen positions
This commit is contained in:
parent
1ebcfbba8b
commit
cc89a7a0c4
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
systemd.user.services.screenlayout = {
|
||||
script = ''
|
||||
${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 DP-1 --off \
|
||||
--output DP-2 --off \
|
||||
|
|
Loading…
Reference in a new issue