mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-22 18:03:28 +02:00
Initial commit.
This commit is contained in:
commit
c130561cb7
17 changed files with 1029 additions and 0 deletions
9
rc/xlock.lua
Normal file
9
rc/xlock.lua
Normal 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))
|
Loading…
Add table
Add a link
Reference in a new issue