mirror of
https://github.com/swaywm/sway.git
synced 2026-04-20 06:47:03 -04:00
Restrict relative output transforms to runtime changes
Prevent them from being used in the config file. This is a breaking config file change. References: https://github.com/swaywm/sway/issues/5236
This commit is contained in:
parent
58eb0c4082
commit
83d769805c
2 changed files with 6 additions and 1 deletions
|
|
@ -102,7 +102,8 @@ must be separated by one space. For example:
|
|||
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.
|
||||
transform is added or subtracted from the current transform (this cannot be
|
||||
used directly in the configuration file).
|
||||
|
||||
*output* <name> disable|enable
|
||||
Enables or disables the specified output (all outputs are enabled by
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue