formatting: {} around 'native' on line25
This commit is contained in:
parent
def1287dc7
commit
51f0252b25
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ if [ -z $1 ]; then
|
|||
fi
|
||||
|
||||
native=xrandr | grep LVDS | awk '{print $1}'
|
||||
plugged=xrandr | grep connected | grep -v $native | awk '{print $1}'
|
||||
plugged=xrandr | grep connected | grep -v ${native} | awk '{print $1}'
|
||||
|
||||
if [ "$1" = solo ]; then
|
||||
xrandr --output ${plugged} --primary
|
||||
|
|
Loading…
Reference in a new issue