doc updates for naughty

This commit is contained in:
Vishnunarayan K I 2019-07-07 12:32:03 +05:30
parent ccaa75f4b4
commit def76356c4
1 changed files with 2 additions and 2 deletions

View File

@ -120,14 +120,14 @@ end
-- layout = wibox.layout.fixed.vertical, -- layout = wibox.layout.fixed.vertical,
-- }, -- },
-- margins = beautiful.notification_margin, -- margins = beautiful.notification_margin,
-- widget = wibox.container.margins, -- widget = wibox.container.margin,
-- }, -- },
-- id = "background_role", -- id = "background_role",
-- widget = naughty.container.background, -- widget = naughty.container.background,
-- }, -- },
-- strategy = "max", -- strategy = "max",
-- width = width(beautiful.notification_max_width -- width = width(beautiful.notification_max_width
-- or beautiful.xresources.apply_dpi(500) -- or beautiful.xresources.apply_dpi(500)),
-- widget = wibox.container.constraint, -- widget = wibox.container.constraint,
-- } -- }
-- --