Increase delay before turning off the screen.
This commit is contained in:
		
							parent
							
								
									a5ef30324f
								
							
						
					
					
						commit
						866d091e4d
					
				|  | @ -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 | ||||||
| sleep1; xset dpms force off | sleep 3; 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