From 2c0d1933645ba379056b8f8ce12ce34a65751f2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Wed, 15 Mar 2017 10:12:39 +0100 Subject: [PATCH] i3lock: empty clipboard with `echo -n ""` --- files/.config/i3/bin/i3lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/.config/i3/bin/i3lock b/files/.config/i3/bin/i3lock index 7995440..dbaa30e 100755 --- a/files/.config/i3/bin/i3lock +++ b/files/.config/i3/bin/i3lock @@ -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"