Revert "lock: let i3lock handle DPMS"

This reverts commit b643e21430.
This commit is contained in:
Vincent Bernat 2014-07-22 11:15:18 +02:00
parent b643e21430
commit 95ecd523b5
2 changed files with 2 additions and 2 deletions

View file

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

View file

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