From e41d5d491c07ad83e5463152bf2cddd7bf41382b Mon Sep 17 00:00:00 2001 From: Luca Capezzuto Date: Tue, 13 Apr 2021 14:31:48 +0200 Subject: [PATCH] remove unused keybinding --- rc.lua.template | 2 -- 1 file changed, 2 deletions(-) diff --git a/rc.lua.template b/rc.lua.template index 403e8ce..60dcf33 100644 --- a/rc.lua.template +++ b/rc.lua.template @@ -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