diff --git a/docs/05-awesomerc.md.lua b/docs/05-awesomerc.md.lua index 783f58f8f..50965a470 100644 --- a/docs/05-awesomerc.md.lua +++ b/docs/05-awesomerc.md.lua @@ -74,12 +74,14 @@ the [appearance guide](../documentation/06-appearance.md.html). sections.DOC_WALLPAPER = [[ The AwesomeWM wallpaper module, `awful.wallpaper` support both per-screen wallpaper -and wallpaper across multiple screens. In the default configuration, `request::wallpaper` +and wallpaper across multiple screens. In the default configuration, the `"request::wallpaper"` signal is emitted everytime a screen is added, moved, resized or when the bars (`awful.wibar`) are moved. -This is will suited for single-screen wallpaper. If you wish to use multi-screen wallpaper, -it is better to create a global wallpaper object and edit it when the screen change. +This is will suited for single-screen wallpapers. If you wish to use multi-screen wallpaper, +it is better to create a global wallpaper object and edit it when the screen change. See +the `add_screen`/`remove_screens` methods and the `screens` property of `awful.wallpaper` for +examples. ]] sections.DOC_DEFAULT_APPLICATIONS = [[