From edf7c81bf24dc627189ec587a2edd4219055948b Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 15 Jun 2021 10:02:17 +0200 Subject: [PATCH] Feat: switch monitors --- autostart.sh | 2 +- dualscreen.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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