remove unnessesary fork from lock script

This commit is contained in:
xfnw 2022-02-13 10:54:53 -05:00
parent 05e332ac4d
commit 597df9141c
1 changed files with 3 additions and 3 deletions

View File

@ -7,10 +7,10 @@ scrot /tmp/lock.png
# imagemagik is fun
convert /tmp/lock.png -paint 1 -blur 8x5 ~/.config/i3/lockfox.png -gravity center -composite -matte /tmp/lock.png
# hmm i3lock
i3lock -e -f -c 000000 -i /tmp/lock.png &
# lock agents
command -v keepassxc && keepassxc --lock
command -v gpgconf && gpgconf --reload gpg-agent
# hmm i3lock
i3lock -e -f -c 000000 -i /tmp/lock.png