Update docs/05-awesomerc.md.lua
Co-authored-by: Aire-One <aireone@aireone.xyz>
This commit is contained in:
parent
70cd293839
commit
7806763667
|
@ -74,12 +74,14 @@ the [appearance guide](../documentation/06-appearance.md.html).
|
||||||
|
|
||||||
sections.DOC_WALLPAPER = [[
|
sections.DOC_WALLPAPER = [[
|
||||||
The AwesomeWM wallpaper module, `awful.wallpaper` support both per-screen 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
|
is emitted everytime a screen is added, moved, resized or when the bars
|
||||||
(`awful.wibar`) are moved.
|
(`awful.wibar`) are moved.
|
||||||
|
|
||||||
This is will suited for single-screen wallpaper. If you wish to use multi-screen wallpaper,
|
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.
|
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 = [[
|
sections.DOC_DEFAULT_APPLICATIONS = [[
|
||||||
|
|
Loading…
Reference in New Issue