diff --git a/configs/awesome/binds/launcher.lua b/configs/awesome/binds/launcher.lua index dce377e..bae1833 100644 --- a/configs/awesome/binds/launcher.lua +++ b/configs/awesome/binds/launcher.lua @@ -31,6 +31,13 @@ globalkeys = Gears.table.join( group = 'launcher', }), + Awful.key({ Modkey, 'Shift' }, 'd', function() + Awful.spawn 'element-desktop' + end, { + description = 'open element-desktop', + group = 'launcher', + }), + Awful.key({ Modkey }, 'e', function() Awful.spawn(Email) end, {