aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/password-store.sh
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2014-03-23 05:16:55 -0300
committerJason A. Donenfeld <Jason@zx2c4.com>2014-03-23 05:16:55 -0300
commit64d0f105d588f32de7ffc30068b6d000504dc8b9 (patch)
tree543404c64bd96c11630a3a812ec0406c3286be07 /src/password-store.sh
parentgpg: allow the use of gpg1 with or without agent (diff)
downloadpassword-store-64d0f105d588f32de7ffc30068b6d000504dc8b9.tar.xz
password-store-64d0f105d588f32de7ffc30068b6d000504dc8b9.zip
clip: wait longer for slow systems
Diffstat (limited to 'src/password-store.sh')
-rwxr-xr-xsrc/password-store.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/password-store.sh b/src/password-store.sh
index b0c0422..8af232f 100755
--- a/src/password-store.sh
+++ b/src/password-store.sh
@@ -122,7 +122,7 @@ clip() {
# we're going with this for now.
sleep_argv0="password store sleep on display $DISPLAY"
- pkill -f "^$sleep_argv0" 2>/dev/null && sleep 0.1
+ pkill -f "^$sleep_argv0" 2>/dev/null && sleep 0.5
before="$(xclip -o -selection "$X_SELECTION" | base64)"
echo -n "$1" | xclip -selection "$X_SELECTION"
(