naughty: fix ldoc
lib/naughty.lua:65: ?: 'class' cannot have multiple values; {table,table} Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
b8c172a2dc
commit
019f55a1da
|
@ -61,7 +61,6 @@ naughty.config.notify_callback = nil
|
||||||
-- @field low The preset for notifications with low urgency level
|
-- @field low The preset for notifications with low urgency level
|
||||||
-- @field normal The default preset for every notification without a preset that will also be used for normal urgency level
|
-- @field normal The default preset for every notification without a preset that will also be used for normal urgency level
|
||||||
-- @field critical The preset for notifications with a critical urgency level
|
-- @field critical The preset for notifications with a critical urgency level
|
||||||
-- @class table
|
|
||||||
naughty.config.presets = {
|
naughty.config.presets = {
|
||||||
normal = {},
|
normal = {},
|
||||||
low = {
|
low = {
|
||||||
|
|
Loading…
Reference in New Issue