From def1287dc79474f4c05b3785b9d5838f0aeab2c3 Mon Sep 17 00:00:00 2001 From: Derek Stevens Date: Wed, 5 Aug 2020 01:01:16 -0400 Subject: [PATCH] forgot a fi; would help if i had my other monitor on hand to test with --- extdisplay.sh | 1 + 1 file changed, 1 insertion(+) 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