From 597b9c8ea00ab171cf3e1e7e6f1a09887864b9c8 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Fri, 20 Jan 2017 12:04:54 -0600 Subject: [PATCH] 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... --- .xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xinitrc b/.xinitrc index 8f4f969..aff2bbf 100644 --- a/.xinitrc +++ b/.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