Added shortcut to change wallpaper
This commit is contained in:
parent
6c23ec4743
commit
7e6637a8dc
|
@ -507,7 +507,9 @@ globalkeys = awful.util.table.join(
|
||||||
os.execute('xdotool type --clearmodifiers ' .. options.email:sub(i,i))
|
os.execute('xdotool type --clearmodifiers ' .. options.email:sub(i,i))
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
end, {description="lol", group="autoinput"})
|
end, {description="lol", group="autoinput"}),
|
||||||
|
|
||||||
|
awful.key({modkey}, "e", update_wallpaper)
|
||||||
)
|
)
|
||||||
|
|
||||||
clientkeys = awful.util.table.join(
|
clientkeys = awful.util.table.join(
|
||||||
|
|
Loading…
Reference in New Issue