veille.sh delete Gimp's print-settings because password are stored in
plain text …
This commit is contained in:
parent
d2f67a67a9
commit
f1f8f651d2
|
@ -23,7 +23,7 @@ rm -rf ~/.keychain/*
|
|||
# Keepass2 (killall keepass, both those launch with 'mono' and those launch with 'cli)
|
||||
ps ax | grep -v 'awk' | awk '/keepass2/,NF=1' | xargs kill
|
||||
# Delete sensitive files can contains unwanted clear passwords
|
||||
rm -f ~/.config/evince/print-settings ~/.config/eog/eog-print-settings.ini
|
||||
rm -f ~/.config/evince/print-settings ~/.config/eog/eog-print-settings.ini ~/.gimp-2.8/print-settings
|
||||
# Lock the screen
|
||||
#i3lock -c 000000 --pointer win -d
|
||||
i3lock -i /home/jegardai/Images/system/empire_needs_you.png --pointer win -d -e -t
|
||||
|
|
Loading…
Reference in New Issue