From b514124f3822cbe45b8ad9afea2a4278dbb5daa2 Mon Sep 17 00:00:00 2001 From: Luca Capezzuto Date: Tue, 23 Nov 2021 08:54:55 -0600 Subject: [PATCH] add another missing comma; follows #294 --- rc.lua.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua.template b/rc.lua.template index b1325a9..7b355c5 100644 --- a/rc.lua.template +++ b/rc.lua.template @@ -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 ()