sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit f96dbf748afa505ccf63db8299e20f4c9be8ebfa
parent ab00f7f3196554064a3012bcd2c68045f1b986bb
Author: Simon Ser <contact@emersion.fr>
Date:   Mon, 10 Feb 2020 18:29:44 +0100

Specify that output transform applies clockwise rotations

Diffstat:
Msway/sway-output.5.scd | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sway/sway-output.5.scd b/sway/sway-output.5.scd @@ -99,10 +99,10 @@ must be separated by one space. For example: *output* <name> transform <transform> [clockwise|anticlockwise] 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. If a single - output is chosen and a rotation direction is specified (_clockwise_ or - _anticlockwise_) then the transform is added or subtracted from the current - transform. + to apply a rotation and flip, or "normal" to apply no transform. The + rotation is performed clockwise. If a single output is chosen and a + rotation direction is specified (_clockwise_ or _anticlockwise_) then the + transform is added or subtracted from the current transform. *output* <name> disable|enable Enables or disables the specified output (all outputs are enabled by