naughty: Fix docs a little

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2012-12-16 11:40:06 +01:00
parent 29b56fd051
commit fdfb7c5bb5
1 changed files with 2 additions and 5 deletions

View File

@ -108,16 +108,13 @@ local counter = 1
-- True if notifying is suspended -- True if notifying is suspended
local suspended = false local suspended = false
--- Index of notifications. See config table for valid 'position' values. --- Index of notifications per screen and position. See config table for valid
-- Each element is a table consisting of: -- 'position' values. Each element is a table consisting of:
-- @field box Wibox object containing the popup -- @field box Wibox object containing the popup
-- @field height Popup height -- @field height Popup height
-- @field width Popup width -- @field width Popup width
-- @field die Function to be executed on timeout -- @field die Function to be executed on timeout
-- @field id Unique notification id based on a counter -- @field id Unique notification id based on a counter
-- @name naughty.notifications[screen][position]
-- @class table
naughty.notifications = { suspended = { } } naughty.notifications = { suspended = { } }
for s = 1, capi.screen.count() do for s = 1, capi.screen.count() do
naughty.notifications[s] = { naughty.notifications[s] = {