Correct typo in sway-output.5.scd

This commit is contained in:
Ejez 2020-04-29 12:09:43 +03:00 committed by GitHub
parent 8fd450db16
commit 03252567d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,7 +88,7 @@ must be separated by one space. For example:
*output* <name> background|bg <file> <mode> [<fallback_color>] *output* <name> background|bg <file> <mode> [<fallback_color>]
Sets the wallpaper for the given output to the specified file, using the Sets the wallpaper for the given output to the specified file, using the
given scaling mode (one of "stretch", "fill", "fit", "center", "tile"). If given scaling mode (one of "stretch", "fill", "fit", "center", "tile"). If
the specified file cannot be accessed or if the image does fill the entire the specified file cannot be accessed or if the image does not fill the entire
output, a fallback color may be provided to cover the rest of the output. output, a fallback color may be provided to cover the rest of the output.
_fallback_color_ should be specified as _#RRGGBB_. Alpha is not supported. _fallback_color_ should be specified as _#RRGGBB_. Alpha is not supported.