aboutsummaryrefslogtreecommitdiff
path: root/sway
diff options
context:
space:
mode:
authorRyan Dwyer <RyanDwyer@users.noreply.github.com>2018-10-12 08:55:29 +1000
committerGitHub <noreply@github.com>2018-10-12 08:55:29 +1000
commit27fb146121f521879a7ad077c0ffd813b50827c5 (patch)
tree3bd74d7ffd9bf2c3fbb05fe0efd377486851cfa0 /sway
parent9e96ce4a46cb891747f49ac94cd613c0296fc898 (diff)
parente17a99287d31216233e21b0a96f559c31ff03528 (diff)
Merge branch 'master' into master
Diffstat (limited to 'sway')
-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:
__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.