aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-output.5.scd
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2020-04-20 09:33:40 +0200
committerLibravatar Drew DeVault <sir@cmpwn.com>2020-04-21 14:52:17 +0200
commit83d769805ccb3cef34e0e6167680aeb51ce034e9 (patch)
tree7c42c6f35851fa938d1db68b8f0e78ae0109dc89 /sway/sway-output.5.scd
parentscdoc: unbindcode --input-device, not input-device (diff)
downloadsway-83d769805ccb3cef34e0e6167680aeb51ce034e9.tar.gz
sway-83d769805ccb3cef34e0e6167680aeb51ce034e9.tar.zst
sway-83d769805ccb3cef34e0e6167680aeb51ce034e9.zip
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
Diffstat (limited to 'sway/sway-output.5.scd')
-rw-r--r--sway/sway-output.5.scd3
1 files changed, 2 insertions, 1 deletions
diff --git a/sway/sway-output.5.scd b/sway/sway-output.5.scd
index 1805e54d..0315c1d9 100644
--- a/sway/sway-output.5.scd
+++ b/sway/sway-output.5.scd
@@ -102,7 +102,8 @@ must be separated by one space. For example:
102 to apply a rotation and flip, or "normal" to apply no transform. The 102 to apply a rotation and flip, or "normal" to apply no transform. The
103 rotation is performed clockwise. If a single output is chosen and a 103 rotation is performed clockwise. If a single output is chosen and a
104 rotation direction is specified (_clockwise_ or _anticlockwise_) then the 104 rotation direction is specified (_clockwise_ or _anticlockwise_) then the
105 transform is added or subtracted from the current transform. 105 transform is added or subtracted from the current transform (this cannot be
106 used directly in the configuration file).
106 107
107*output* <name> disable|enable 108*output* <name> disable|enable
108 Enables or disables the specified output (all outputs are enabled by 109 Enables or disables the specified output (all outputs are enabled by