Added shortcut to change wallpaper

This commit is contained in:
Thomas Forgione 2018-08-31 17:46:36 +02:00
parent 6c23ec4743
commit 7e6637a8dc
No known key found for this signature in database
GPG Key ID: 3B8FC64F5BBFE109
1 changed files with 3 additions and 1 deletions

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(