From 71e9e2992923abb721fdc2a26f580d90acb396c4 Mon Sep 17 00:00:00 2001 From: BarbUk Date: Fri, 30 Aug 2019 13:27:47 +0400 Subject: [PATCH] Some app need more time to focus and handle the paste event --- snippy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippy b/snippy index ad18c7f..5f778c3 100755 --- a/snippy +++ b/snippy @@ -192,7 +192,7 @@ run() { # Paste into the current application. if is_gui; then # We need a little pause to handle the time to focus on the window - sleep 0.1 + sleep 0.17 ${GUIPASTE} move_cursor "Up" $cursor_line_position