Update docs/05-awesomerc.md.lua

Co-authored-by: Aire-One <aireone@aireone.xyz>
This commit is contained in:
Emmanuel Lepage Vallée 2021-09-22 20:50:59 -07:00 committed by Emmanuel Lepage Vallee
parent 70cd293839
commit 7806763667
1 changed files with 5 additions and 3 deletions

View File

@ -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 = [[