1
0
Fork 0

have xsecurelock lock gpg agent

This commit is contained in:
Luca Bilke 2024-02-03 17:53:41 +01:00
parent 2523e68ab5
commit 680ed833a1

View file

@ -18,4 +18,5 @@ env \
XSECURELOCK_SAVER="/usr/libexec/xscreensaver/cubicgrid" \
XSECURELOCK_SHOW_USERNAME=1 \
XSECURELOCK_SHOW_HOSTNAME=1 \
xss-lock -n /usr/libexec/xsecurelock/dimmer -l -- sh -c "xsecurelock -- playerctl pause || kill -9 -1" &
xss-lock -n /usr/libexec/xsecurelock/dimmer -l -- \
sh -c "xsecurelock -- sh -c 'playerctl pause; gpg-connect-agent --noautostart reloadagent /bye' || kill -9 -1" &