doc: Add a missing awful.rule field
This commit is contained in:
parent
5aa38f6fe5
commit
1eeaf6b9c9
|
@ -256,6 +256,9 @@ rules.extra_properties = {}
|
|||
-- @tfield table awful.rules.high_priority_properties
|
||||
rules.high_priority_properties = {}
|
||||
|
||||
--- Delayed properties.
|
||||
-- Properties applied after all other categories.
|
||||
-- @tfield table awful.rules.delayed_properties
|
||||
rules.delayed_properties = {}
|
||||
|
||||
local force_ignore = {
|
||||
|
|
Loading…
Reference in New Issue