lock: let i3lock handle DPMS

DPMS is otherwise globally disabled.
This commit is contained in:
Vincent Bernat 2014-07-22 10:48:54 +02:00
parent d0dbe38a14
commit b643e21430
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
#!/bin/sh
exec i3lock -n -i $HOME/.cache/awesome/current-wallpaper.png
exec i3lock -n -i $HOME/.cache/awesome/current-wallpaper.png -d -I 240

View file

@ -18,4 +18,4 @@ config.keys.global = awful.util.table.join(
awful.key({ modkey, }, "Delete", lock))
-- Configure DPMS
os.execute("xset dpms 360 720 1200")
os.execute("xset -dpms")