mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 18:28:34 +02:00
parent
b643e21430
commit
95ecd523b5
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 -d -I 240
|
exec i3lock -n -i $HOME/.cache/awesome/current-wallpaper.png
|
||||||
|
|
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue