veille script now kills KeePass!
This commit is contained in:
parent
7767c3f8a2
commit
f0e616207c
|
@ -20,6 +20,8 @@ rm -rf /tmp/ssh-*
|
||||||
killall gpg-agent
|
killall gpg-agent
|
||||||
# Delete everything link to ssh-agent or gpg-agent
|
# Delete everything link to ssh-agent or gpg-agent
|
||||||
rm -rf ~/.keychain/*
|
rm -rf ~/.keychain/*
|
||||||
|
# Kill mono (that runs KeePass!)
|
||||||
|
killall mono
|
||||||
# Lock the screen
|
# Lock the screen
|
||||||
#i3lock -c 000000 --pointer win -d
|
#i3lock -c 000000 --pointer win -d
|
||||||
i3lock -i /home/jegardai/Images/system/empire_needs_you.png --pointer win -d -e -t
|
i3lock -i /home/jegardai/Images/system/empire_needs_you.png --pointer win -d -e -t
|
||||||
|
|
Loading…
Reference in New Issue