From 6aae510e0f64e54ae4c2352de506c783db8a708d Mon Sep 17 00:00:00 2001 From: BarbUk Date: Fri, 13 Mar 2020 16:04:25 +0400 Subject: [PATCH] Fix #2 --- snippy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippy b/snippy index f8a717c..e7f6151 100755 --- a/snippy +++ b/snippy @@ -129,7 +129,7 @@ move_cursor() { if [[ $count -gt 0 ]]; then until [ "$count" -eq 0 ]; do keys+="${key} " - ((count-=1)) + ((count-=1)) || true done # shellcheck disable=SC2086 xdotool key --delay 0.1 $keys