have xsecurelock lock gpg agent
This commit is contained in:
parent
2523e68ab5
commit
680ed833a1
1 changed files with 2 additions and 1 deletions
|
@ -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" &
|
||||
|
|
Loading…
Add table
Reference in a new issue