forgot a fi; would help if i had my other monitor on hand to test with
This commit is contained in:
parent
a234dd7463
commit
def1287dc7
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ else
|
||||||
xrandr --output ${native} --auto --output ${plugged} --auto --$1 ${native}
|
xrandr --output ${native} --auto --output ${plugged} --auto --$1 ${native}
|
||||||
if [ ! -z $2 ]; then
|
if [ ! -z $2 ]; then
|
||||||
xrandr --output ${plugged} -s $2
|
xrandr --output ${plugged} -s $2
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
helpme
|
helpme
|
||||||
|
|
Loading…
Reference in a new issue