keydoc: collapse items of the same group together

This commit is contained in:
Vincent Bernat 2012-07-15 01:02:30 +02:00
parent 381812d843
commit 94960c5c2b
3 changed files with 26 additions and 24 deletions

View file

@ -146,6 +146,8 @@ config.keys.client = awful.util.table.join(
awful.key({ modkey }, "Print", screenshot, "Screenshot")
)
keydoc.group("Misc")
config.mouse.client = awful.util.table.join(
awful.button({ }, 1, function (c) client.focus = c; c:raise() end),
awful.button({ modkey }, 1, awful.mouse.client.move),