diff options
author | Simon Ser <contact@emersion.fr> | 2020-02-10 18:29:44 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-02-17 21:47:36 +0100 |
commit | f96dbf748afa505ccf63db8299e20f4c9be8ebfa (patch) | |
tree | 2ff11ab4cea53c19e2fd4a85e2597ab2c2cf55df /sway | |
parent | ab00f7f3196554064a3012bcd2c68045f1b986bb (diff) |
Specify that output transform applies clockwise rotations
Diffstat (limited to 'sway')
-rw-r--r-- | sway/sway-output.5.scd | 8 |
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: *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 |