use fib numbers as ratios in the example config

This commit is contained in:
Gokcehan 2017-02-25 19:28:57 +03:00
parent b871341f6d
commit dbb250d232

View File

@ -127,6 +127,6 @@ ${{
elif [ $w -le 160 ]; then
lf -remote "send $id set ratios 1:2:3"
else
lf -remote "send $id set ratios 1:2:3:4"
lf -remote "send $id set ratios 1:2:3:5"
fi
}}