mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 10:48:35 +02:00
keydoc: add documentation of various keybindings
This work by monkey-patching awful.key to include documentation. The documentation is available through modkey + F1.
This commit is contained in:
parent
47115a0fbe
commit
a79215d4dc
6 changed files with 193 additions and 43 deletions
|
@ -234,4 +234,5 @@ end
|
|||
|
||||
config.keys.global = awful.util.table.join(
|
||||
config.keys.global,
|
||||
awful.key({ modkey }, "r", function () promptbox[mouse.screen]:run() end))
|
||||
awful.key({ modkey }, "r", function () promptbox[mouse.screen]:run() end,
|
||||
"Prompt for a command"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue