aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar chtison <chtison@users.noreply.github.com>2018-10-11 22:14:56 +0200
committerLibravatar chtison <chtison@users.noreply.github.com>2018-10-11 22:14:56 +0200
commit5ab77556497bfb8ff19f74fc430b515ddcfad1d7 (patch)
treec1b368f01a45c43d82b65d854a746625488f58ba /sway/sway.5.scd
parentMerge pull request #2817 from trmendes/libinput-disable-touchscreen-support (diff)
downloadsway-5ab77556497bfb8ff19f74fc430b515ddcfad1d7.tar.gz
sway-5ab77556497bfb8ff19f74fc430b515ddcfad1d7.tar.zst
sway-5ab77556497bfb8ff19f74fc430b515ddcfad1d7.zip
Fix documentation of output
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd4
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:
534 __fallback\_color__ should be specified as _#RRGGBB_. Alpha is not 534 __fallback\_color__ should be specified as _#RRGGBB_. Alpha is not
535 supported. 535 supported.
536 536
537**output** <name> background|bg <color> solid\_color 537*output* <name> background|bg <color> solid\_color
538 Sets the background of the given output to the specified color. _color_ 538 Sets the background of the given output to the specified color. _color_
539 should be specified as _#RRGGBB_. Alpha is not supported. 539 should be specified as _#RRGGBB_. Alpha is not supported.
540 540
541**output** <name> transform <transform> 541*output* <name> transform <transform>
542 Sets the background transform to the given value. Can be one of "90", "180", 542 Sets the background transform to the given value. Can be one of "90", "180",
543 "270" for rotation; or "flipped", "flipped-90", "flipped-180", "flipped-270" 543 "270" for rotation; or "flipped", "flipped-90", "flipped-180", "flipped-270"
544 to apply a rotation and flip, or "normal" to apply no transform. 544 to apply a rotation and flip, or "normal" to apply no transform.