diff --git a/rc.lua b/rc.lua index 2df6ed2..7f0e473 100644 --- a/rc.lua +++ b/rc.lua @@ -571,7 +571,11 @@ globalkeys = awful.util.table.join( os.execute('xdotool type --clearmodifiers ' .. options.email:sub(i,i)) end end) - end, {description="Automatically enters the key to type your email", group="shortcuts"}) + end, {description="Automatically enters the key to type your email", group="shortcuts"}), + + awful.key({modkey}, "e", function() + awful.spawn.easy_async("emojinput", function() end) + end, {description="Starts emojinput", group="shortcuts"}) )