Clarify documentation of `widget.merge_duplicates`

Signed-off-by: ArenaL5 <arenal5@gmx.com>
This commit is contained in:
ArenaL5 2020-02-21 00:07:52 +01:00
parent 74f3e40c93
commit 2d3f7e1e94
1 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,10 @@ widget.hide_without_description = true
--- Merge hotkey records into one if they have the same modifiers and --- Merge hotkey records into one if they have the same modifiers and
-- description. Records with five or more keys will abbreviate them. -- description. Records with five or more keys will abbreviate them.
--
-- This property only affects hotkey records added via `awful.key` keybindings.
-- Cheatsheets for external programs are static and will present merged records
-- regardless of the value of this property.
-- @tfield boolean widget.merge_duplicates -- @tfield boolean widget.merge_duplicates
-- @param boolean -- @param boolean
widget.merge_duplicates = true widget.merge_duplicates = true