mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 16:01:27 +00:00
Specify that output transform applies clockwise rotations
This commit is contained in:
parent
ab00f7f319
commit
f96dbf748a
|
@ -99,10 +99,10 @@ must be separated by one space. For example:
|
||||||
*output* <name> transform <transform> [clockwise|anticlockwise]
|
*output* <name> transform <transform> [clockwise|anticlockwise]
|
||||||
Sets the background transform to the given value. Can be one of "90", "180",
|
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"
|
"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
|
to apply a rotation and flip, or "normal" to apply no transform. The
|
||||||
output is chosen and a rotation direction is specified (_clockwise_ or
|
rotation is performed clockwise. If a single output is chosen and a
|
||||||
_anticlockwise_) then the transform is added or subtracted from the current
|
rotation direction is specified (_clockwise_ or _anticlockwise_) then the
|
||||||
transform.
|
transform is added or subtracted from the current transform.
|
||||||
|
|
||||||
*output* <name> disable|enable
|
*output* <name> disable|enable
|
||||||
Enables or disables the specified output (all outputs are enabled by
|
Enables or disables the specified output (all outputs are enabled by
|
||||||
|
|
Loading…
Reference in a new issue