diff --git a/snippy b/snippy index 1f41c40..f5b2d43 100755 --- a/snippy +++ b/snippy @@ -386,11 +386,9 @@ 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.15 # Paste - xdotool key ctrl+v - # And another pause to empty the paste buffer before anything else - sleep 0.1 + xdotool key ctrl+v sleep 0.15 move_cursor "Up" $cursor_line_position else xdotool key ctrl+shift+v