Use ; instead of && in , Fix spelling error which caused DPMS off to continue to be set at 10 seconds, Maybe I should test this shit further before commiting...

This commit is contained in:
David Thurstenson 2017-01-20 12:04:54 -06:00
parent 88b9c5b893
commit 597b9c8ea0
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ fi
# Set DPMS timeout to 10 sec, force DPMS off,
# lock with i3lock without forking, then when
# unlocked, disable DPMS timeout.
SCREEN_LOCKER="xset dpms 0 0 10 dpms force off && i3lock --nofork -befc 000000 && xset dmps 0 0 0"
SCREEN_LOCKER="xset dpms 0 0 10 dpms force off; i3lock --nofork -befc 000000; xset dpms 0 0 0"
# Default screen lock timeout in minutes
locktime=30