From 11862dc492fba317cbb68ed877797a3778c0cce0 Mon Sep 17 00:00:00 2001 From: BarbUk Date: Mon, 12 Dec 2016 20:25:41 +0400 Subject: [PATCH] sync module --- snippy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippy b/snippy index 89296d1..53f35d9 100755 --- a/snippy +++ b/snippy @@ -121,7 +121,7 @@ run(){ until [ $cursor -eq 0 ]; do keyup+="Up " let cursor-=1 - xdotool key --delay 1 $keyup + xdotool key --delay -0.1 $keyup done fi else