diff --git a/extdisplay.sh b/extdisplay.sh index 7c7811a..7041e06 100755 --- a/extdisplay.sh +++ b/extdisplay.sh @@ -43,6 +43,7 @@ else xrandr --output ${native} --auto --output ${plugged} --auto --$1 ${native} if [ ! -z $2 ]; then xrandr --output ${plugged} -s $2 + fi ;; *) helpme