From 41fd4ab224b974ceb4926302d2572f441e2d2b62 Mon Sep 17 00:00:00 2001 From: Luca CPZ <1777696+lcpz@users.noreply.github.com> Date: Wed, 27 May 2020 13:19:07 -0500 Subject: [PATCH] Fix typo Closes #280 --- rc.lua.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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