From 7806763667ab900e9c27e85101a2931f992674e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Lepage=20Vall=C3=A9e?= Date: Wed, 22 Sep 2021 20:50:59 -0700 Subject: [PATCH] Update docs/05-awesomerc.md.lua Co-authored-by: Aire-One --- docs/05-awesomerc.md.lua | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/05-awesomerc.md.lua b/docs/05-awesomerc.md.lua index 783f58f8..50965a47 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 = [[