diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 60c95f8..640571c 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -320,7 +320,7 @@ globalkeys = my_table.join( awful.key({modkey}, "c", function() awful.util.spawn(terminal) - end, {description = "open a terminal", group = "launcher"}), + end, {description = "open terminal", group = "hotkeys"}), awful.key({modkey, "Control"}, "r", awesome.restart, {description = "reload awesome", group = "awesome"}),