mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-14 04:04:20 +02:00
lock: let i3lock handle DPMS
DPMS is otherwise globally disabled.
This commit is contained in:
parent
d0dbe38a14
commit
b643e21430
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/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
|
||||||
|
|
|
@ -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 360 720 1200")
|
os.execute("xset -dpms")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue