Merge pull request #2824 from chtison/master

Fix documentation of output
This commit is contained in:
Drew DeVault 2018-10-11 22:26:34 +02:00 committed by GitHub
commit e17a99287d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -534,11 +534,11 @@ The default colors are:
__fallback\_color__ should be specified as _#RRGGBB_. Alpha is not
supported.
**output** <name> background|bg <color> solid\_color
*output* <name> background|bg <color> solid\_color
Sets the background of the given output to the specified color. _color_
should be specified as _#RRGGBB_. Alpha is not supported.
**output** <name> transform <transform>
*output* <name> transform <transform>
Sets the background transform to the given value. Can be one of "90", "180",
"270" for rotation; or "flipped", "flipped-90", "flipped-180", "flipped-270"
to apply a rotation and flip, or "normal" to apply no transform.