aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Peter Grayson <pete@jpgrayson.net>2019-01-28 17:33:01 -0500
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-01-28 21:36:48 -0500
commitf49ad5977ea390078e8d4d6b633f895bfa0909c4 (patch)
treeaa97050dc181f785b9ae97b4b6febc7b58de505c
parentMerge pull request #3530 from RyanDwyer/fix-assertion (diff)
downloadsway-f49ad5977ea390078e8d4d6b633f895bfa0909c4.tar.gz
sway-f49ad5977ea390078e8d4d6b633f895bfa0909c4.tar.zst
sway-f49ad5977ea390078e8d4d6b633f895bfa0909c4.zip
Document cursor moving between adjacent outputs
Add a sentence to sway-output.5.scd to highlight that the cursor can only be moved between immediately adjacent outputs. References issue #3529 Signed-off-by: Peter Grayson <pete@jpgrayson.net>
-rw-r--r--sway/sway-output.5.scd11
1 files changed, 6 insertions, 5 deletions
diff --git a/sway/sway-output.5.scd b/sway/sway-output.5.scd
index 876f4de1..517f6946 100644
--- a/sway/sway-output.5.scd
+++ b/sway/sway-output.5.scd
@@ -36,11 +36,12 @@ must be separated by one space. For example:
36 36
37*output* <name> position|pos <X> <Y> 37*output* <name> position|pos <X> <Y>
38 Places the specified output at the specific position in the global 38 Places the specified output at the specific position in the global
39 coordinate space. If scaling is active, it has to be considered when 39 coordinate space. The cursor may only be moved between immediately
40 positioning. For example, if the scaling factor for the left output is 2, 40 adjacent outputs. If scaling is active, it has to be considered when
41 the relative position for the right output has to be divided by 2. The 41 positioning. For example, if the scaling factor for the left output is
42 reference point is the top left corner so if you want the bottoms aligned 42 2, the relative position for the right output has to be divided by 2.
43 this has to be considered as well. 43 The reference point is the top left corner so if you want the bottoms
44 aligned this has to be considered as well.
44 45
45 Example: 46 Example:
46 47