diff options
-rwxr-xr-x | lockscreen | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,4 +4,4 @@ pkill --signal SIGHUP gpg-agent xlock -mode blank -startCmd "xset dpms force off" -urxvt -e bash -c 'gpg -d -o - <(gpg -e -r erich -o - /dev/null)' +gpg -d -o - <(gpg -e -r erich -o - /dev/null) |