From cdddecafbf18f7885d88c97c283ac14abba9e8b6 Mon Sep 17 00:00:00 2001 From: Mateja Date: Mon, 26 Apr 2021 14:46:17 +0200 Subject: Improved comment for keyboard layout widget. --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 23d2b59..e244414 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -186,7 +186,7 @@ globalkeys = gears.table.join( -- Widgets awful.key({ modkey }, "space", function () mykeyboardlayout.next_layout() end, - {description = "run prompt", group = "launcher"}) + {description = "next keyboard layout", group = "widgets"}) ) clientkeys = gears.table.join( -- cgit v1.2.3