diff options
Diffstat (limited to '')
-rwxr-xr-x | password-store.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/password-store.sh b/password-store.sh index 8882d5f..1e707ba 100755 --- a/password-store.sh +++ b/password-store.sh @@ -52,7 +52,7 @@ clip() { before="$(xclip -o -selection clipboard | base64)" echo -n "$1" | xclip -selection clipboard ( - sleep 5s + sleep 45s now="$(xclip -o -selection clipboard | base64)" if [[ $now != $(echo -n "$1" | base64) ]]; then before="$now" |