From dbb250d23233157643dc10bbcfc43ebc25634f08 Mon Sep 17 00:00:00 2001 From: Gokcehan Date: Sat, 25 Feb 2017 19:28:57 +0300 Subject: [PATCH] use fib numbers as ratios in the example config --- etc/lfrc.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/lfrc.example b/etc/lfrc.example index 45a98f2..4be209e 100644 --- a/etc/lfrc.example +++ b/etc/lfrc.example @@ -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 }}