diff --git a/docs/03-declarative-layout.md b/docs/03-declarative-layout.md index d52efa78..c27ba19b 100644 --- a/docs/03-declarative-layout.md +++ b/docs/03-declarative-layout.md @@ -28,6 +28,15 @@ configurable rules. @DOC_layout_WIDGET_LIST@ +### Other + +Notifications also have their own widgets. + + + +More information about the notification widgets can be found on the +`naughty.notification` documentation page. + ### The different type of widget boxes (Wibox) The Awesome API uses the word "wibox" (widget box) to describe an area of the @@ -54,6 +63,9 @@ positioning, relative positioning, and manual positioning. The `awful.tooltip` is a very simple `wibox` that allows to display text next to an object such as the mouse. +The `naughty.layout.box` allows to provide custom widgets to use within the +notifications. + Finally, the `awful.titlebar`, while not technically a real `wibox`, acts exactly the same way and allows to attach widgets on each side of clients.