diff options
author | Mateja <mail@matejamaric.com> | 2021-04-26 14:46:17 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-04-26 14:46:17 +0200 |
commit | cdddecafbf18f7885d88c97c283ac14abba9e8b6 (patch) | |
tree | c5db39129d8bb57da0ec3ef04d203cbb5be0b312 /.config/awesome | |
parent | e95b2849765ea9a60a4602bf7efc4c9879824b99 (diff) | |
download | dotfiles-cdddecafbf18f7885d88c97c283ac14abba9e8b6.tar.gz dotfiles-cdddecafbf18f7885d88c97c283ac14abba9e8b6.zip |
Improved comment for keyboard layout widget.
Diffstat (limited to '.config/awesome')
-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( |