1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-12-22 03:02:32 +00:00

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

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