Closes #280
This commit is contained in:
Luca CPZ 2020-05-27 13:19:07 -05:00 committed by GitHub
parent 06f05ac740
commit 41fd4ab224
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@ globalkeys = my_table.join(
-- User programs -- User programs
awful.key({ modkey }, "q", function () awful.spawn(browser) end, awful.key({ modkey }, "q", function () awful.spawn(browser) end,
{description = "run browser", group = "launcher"}), {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"}), {description = "run gui editor", group = "launcher"}),
-- Default -- Default