Initial commit.

This commit is contained in:
Vincent Bernat 2012-07-06 14:19:54 +02:00
commit c130561cb7
17 changed files with 1029 additions and 0 deletions

9
rc/xlock.lua Normal file
View file

@ -0,0 +1,9 @@
-- Lockscreen
xrun("xautolock",
"xautolock -time 5 -locker 'i3lock -n -i " ..
awful.util.getdir("cache") .. "/current-wallpaper.png'")
config.keys.global = awful.util.table.join(
config.keys.global,
awful.key({}, "XF86ScreenSaver", function() awful.util.spawn("xautolock -locknow", false) end))