diff --git a/rc.lua.template b/rc.lua.template index 2bfad7d..3fa7b65 100644 --- a/rc.lua.template +++ b/rc.lua.template @@ -520,7 +520,7 @@ globalkeys = my_table.join( -- User programs awful.key({ modkey }, "q", function () awful.spawn(browser) end, {description = "run browser", group = "launcher"}), - awful.key({ modkey }, "a", function () awful.spawn(guieditor) end, + awful.key({ modkey }, "a", function () awful.spawn(gui_editor) end, {description = "run gui editor", group = "launcher"}), -- Default