add another missing comma; follows #294

This commit is contained in:
Luca Capezzuto 2021-11-23 08:54:55 -06:00
parent 234fcb88c7
commit b514124f38
No known key found for this signature in database
GPG Key ID: 4E53F7C0EC846979
1 changed files with 1 additions and 1 deletions

View File

@ -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 ()