Add 1s delay before turning off the screen.
This commit is contained in:
parent
de7862cd4b
commit
c2cedf3086
|
@ -26,7 +26,7 @@ ps ax | grep -v 'awk' | awk '/keepass2/,NF=1' | xargs kill
|
||||||
# Delete sensitive files can contains unwanted clear passwords
|
# 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
|
rm -f ~/.config/evince/print-settings ~/.config/eog/eog-print-settings.ini ~/.gimp-2.8/print-settings
|
||||||
# Turn off the screen
|
# Turn off the screen
|
||||||
xset dpms force off
|
sleep1; xset dpms force off
|
||||||
# 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