i3lock: empty clipboard with `echo -n ""`

This commit is contained in:
Théophile Bastian 2017-03-15 10:12:39 +01:00
parent 2ca5df989b
commit 2c0d193364
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ if [ -x /usr/bin/gpg-connect-agent ] ; then
[ -f ~/.bash_sshagent ] && source ~/.bash_sshagent
echo "$SSH_AUTH_SOCK" | grep -q gpg && \
echo "RELOADAGENT" | gpg-connect-agent > /dev/null
echo "FORGET MEH" | xclip -selection clipboard
echo -n "" | xclip -selection clipboard
fi
/usr/bin/i3lock -tefi "$WALLPAPER"