add another missing comma; follows #294
This commit is contained in:
parent
234fcb88c7
commit
b514124f38
|
@ -528,7 +528,7 @@ globalkeys = mytable.join(
|
|||
-- Default
|
||||
--[[ Menubar
|
||||
awful.key({ modkey }, "p", function() menubar.show() end,
|
||||
{description = "show the menubar", group = "launcher"})
|
||||
{description = "show the menubar", group = "launcher"}),
|
||||
--]]
|
||||
--[[ dmenu
|
||||
awful.key({ modkey }, "x", function ()
|
||||
|
|
Loading…
Reference in New Issue