aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-04-26 14:46:17 +0200
committerMateja <mail@matejamaric.com>2021-04-26 14:46:17 +0200
commitcdddecafbf18f7885d88c97c283ac14abba9e8b6 (patch)
treec5db39129d8bb57da0ec3ef04d203cbb5be0b312
parente95b2849765ea9a60a4602bf7efc4c9879824b99 (diff)
downloaddotfiles-cdddecafbf18f7885d88c97c283ac14abba9e8b6.tar.gz
dotfiles-cdddecafbf18f7885d88c97c283ac14abba9e8b6.zip
Improved comment for keyboard layout widget.
-rw-r--r--.config/awesome/rc.lua2
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(