Added shortcut to change wallpaper

This commit is contained in:
Thomas Forgione
2018-08-31 17:46:36 +02:00
parent 6c23ec4743
commit 7e6637a8dc

View File

@@ -507,7 +507,9 @@ globalkeys = awful.util.table.join(
os.execute('xdotool type --clearmodifiers ' .. options.email:sub(i,i))
end
end)
end, {description="lol", group="autoinput"})
end, {description="lol", group="autoinput"}),
awful.key({modkey}, "e", update_wallpaper)
)
clientkeys = awful.util.table.join(