aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-output.5.scd
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2020-02-10 18:29:44 +0100
committerLibravatar Drew DeVault <sir@cmpwn.com>2020-02-17 21:47:36 +0100
commitf96dbf748afa505ccf63db8299e20f4c9be8ebfa (patch)
tree2ff11ab4cea53c19e2fd4a85e2597ab2c2cf55df /sway/sway-output.5.scd
parentFix output transform rotation direction (diff)
downloadsway-f96dbf748afa505ccf63db8299e20f4c9be8ebfa.tar.gz
sway-f96dbf748afa505ccf63db8299e20f4c9be8ebfa.tar.zst
sway-f96dbf748afa505ccf63db8299e20f4c9be8ebfa.zip
Specify that output transform applies clockwise rotations
Diffstat (limited to 'sway/sway-output.5.scd')
-rw-r--r--sway/sway-output.5.scd8
1 files changed, 4 insertions, 4 deletions
diff --git a/sway/sway-output.5.scd b/sway/sway-output.5.scd
index 3e33bff1..0f9fe208 100644
--- a/sway/sway-output.5.scd
+++ b/sway/sway-output.5.scd
@@ -99,10 +99,10 @@ must be separated by one space. For example:
99*output* <name> transform <transform> [clockwise|anticlockwise] 99*output* <name> transform <transform> [clockwise|anticlockwise]
100 Sets the background transform to the given value. Can be one of "90", "180", 100 Sets the background transform to the given value. Can be one of "90", "180",
101 "270" for rotation; or "flipped", "flipped-90", "flipped-180", "flipped-270" 101 "270" for rotation; or "flipped", "flipped-90", "flipped-180", "flipped-270"
102 to apply a rotation and flip, or "normal" to apply no transform. If a single 102 to apply a rotation and flip, or "normal" to apply no transform. The
103 output is chosen and a rotation direction is specified (_clockwise_ or 103 rotation is performed clockwise. If a single output is chosen and a
104 _anticlockwise_) then the transform is added or subtracted from the current 104 rotation direction is specified (_clockwise_ or _anticlockwise_) then the
105 transform. 105 transform is added or subtracted from the current transform.
106 106
107*output* <name> disable|enable 107*output* <name> disable|enable
108 Enables or disables the specified output (all outputs are enabled by 108 Enables or disables the specified output (all outputs are enabled by