Turn off the screen before lock
This commit is contained in:
parent
4db71a16f6
commit
2c60a6c7ea
|
@ -25,6 +25,8 @@ rm -rf ~/.keychain/*
|
|||
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 ~/.gimp-2.8/print-settings
|
||||
# Turn off the screen
|
||||
xset dpms force off
|
||||
# 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