From 7e6637a8dc646f5f9c500f1edc83c35d5bffed7d Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Fri, 31 Aug 2018 17:46:36 +0200 Subject: [PATCH] Added shortcut to change wallpaper --- awesome/rc.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/awesome/rc.lua b/awesome/rc.lua index 8c10dfb..cf3c71f 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -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(