diff --git a/autostart.sh b/autostart.sh index babbfa7..d486550 100755 --- a/autostart.sh +++ b/autostart.sh @@ -1,4 +1,4 @@ #!/bin/sh nm-applet & pasystray & -xrandr --output VGA-1 --off --output DVI-D-1 --mode 1920x1080 --pos 0x420 --rotate normal --output HDMI-1 --mode 1920x1080 --pos 1920x0 --rotate right & +xrandr --output VGA-1 --off --output DVI-D-1 --mode 1920x1080 --pos 1080x376 --rotate normal --output HDMI-1 --mode 1920x1080 --pos 0x0 --rotate left diff --git a/dualscreen.sh b/dualscreen.sh index 3b516e9..d81b2a0 100755 --- a/dualscreen.sh +++ b/dualscreen.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output VGA-1 --off --output DVI-D-1 --mode 1920x1080 --pos 0x420 --rotate normal --output HDMI-1 --mode 1920x1080 --pos 1920x0 --rotate right +xrandr --output VGA-1 --off --output DVI-D-1 --mode 1920x1080 --pos 1080x376 --rotate normal --output HDMI-1 --mode 1920x1080 --pos 0x0 --rotate left