changed default screen sleep time.

This commit is contained in:
Gabe Venberg 2020-03-06 20:56:24 -06:00
parent 9fe26658e7
commit 0332e244b7

View file

@ -8,7 +8,7 @@ locker=$@
#make sure we set screen back to defaults if we force close the script #make sure we set screen back to defaults if we force close the script
cleanup() { cleanup() {
xset dpms 0 0 60 #&& echo "cleaned up!" xset dpms 0 0 120 #&& echo "cleaned up!"
exit exit
} }