snowhawk: fix starting screen positions
parent
1ebcfbba8b
commit
cc89a7a0c4
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue