mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-03 01:34:27 +02:00
keydoc: collapse items of the same group together
This commit is contained in:
parent
381812d843
commit
94960c5c2b
3 changed files with 26 additions and 24 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue