aboutsummaryrefslogtreecommitdiff
path: root/Scripts
diff options
context:
space:
mode:
Diffstat (limited to 'Scripts')
-rwxr-xr-xScripts/.config/Scripts/screen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/Scripts/.config/Scripts/screen.sh b/Scripts/.config/Scripts/screen.sh
index 85edb46..1bfcd53 100755
--- a/Scripts/.config/Scripts/screen.sh
+++ b/Scripts/.config/Scripts/screen.sh
@@ -9,7 +9,8 @@ d() { if [[ $(xrandr -q | grep VGA-1\ con) ]]
then param $1
else echo "No VGA input detected."
fi ;}
-dual() { xrandr --output LVDS-1 --primary --auto --output VGA-1 --auto --left-of LVDS-1 ;}
+#dual() { xrandr --output LVDS-1 --primary --auto --output VGA-1 --auto --left-of LVDS-1 ;}
+dual() { xrandr --output LVDS-1 --primary --auto --output VGA-1 --auto --right-of LVDS-1 ;}
laptop() { xrandr --output LVDS-1 --primary --auto --output VGA-1 --off ;}
vga() { xrandr --output VGA-1 --auto --output LVDS-1 --off ;}
#mirror() { xrandr --addmode VGA1 $lapres && xrandr --output LVDS1 --mode $lapres --output VGA1 --mode $lapres ;}