forgot a fi; would help if i had my other monitor on hand to test with

This commit is contained in:
Iris Lightshard 2020-08-05 01:01:16 -04:00
parent a234dd7463
commit def1287dc7
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398

View file

@ -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