diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-10-11 22:26:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-11 22:26:34 +0200 |
commit | e17a99287d31216233e21b0a96f559c31ff03528 (patch) | |
tree | c1b368f01a45c43d82b65d854a746625488f58ba /sway | |
parent | 8dadfd42dff1531f793ad2f2c237a05c05f6d180 (diff) | |
parent | 5ab77556497bfb8ff19f74fc430b515ddcfad1d7 (diff) |
Merge pull request #2824 from chtison/master
Fix documentation of output
Diffstat (limited to 'sway')
-rw-r--r-- | sway/sway.5.scd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd index 240e0731..f7b778cf 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -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. |