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:
parent
88b9c5b893
commit
597b9c8ea0
2
.xinitrc
2
.xinitrc
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue