remove unused keybinding
This commit is contained in:
parent
fab8e84511
commit
e41d5d491c
|
@ -506,8 +506,6 @@ globalkeys = mytable.join(
|
|||
-- User programs
|
||||
awful.key({ modkey }, "q", function () awful.spawn(browser) end,
|
||||
{description = "run browser", group = "launcher"}),
|
||||
awful.key({ modkey }, "a", function () awful.spawn(gui_editor) end,
|
||||
{description = "run gui editor", group = "launcher"}),
|
||||
|
||||
-- Default
|
||||
--[[ Menubar
|
||||
|
|
Loading…
Reference in New Issue