diff options
-rw-r--r-- | .config/awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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( |