cruegge/pam-gnupg

question: i3lock clear password cache

shibumi opened this issue · 2 comments

Hey,
Sorry I know this is not project related, but I am curios how you clear your password cache when you invoke i3lock. You have mentioned this in your README:

so I can clear the password cache when locking the screen, and have my keys unlocked automatically afterwards

I'm using xss-lock to launch i3lock. I run it from my .xinitrc like

xss-lock lock-session.sh &

where lock-session.sh is a script that contains

echo reloadagent | gpg-connect-agent
exec i3lock --nofork

ah ok. Thats exactly what I have expected. I thought you have something special :D
Thanks for the fast answer. closing this for keeping your issues clean :)

Do you have any reason why you use xss-lock instead of i3lock directly?