From f49ad5977ea390078e8d4d6b633f895bfa0909c4 Mon Sep 17 00:00:00 2001 From: Peter Grayson Date: Mon, 28 Jan 2019 17:33:01 -0500 Subject: 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 --- sway/sway-output.5.scd | 11 ++++++----- 1 file 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: *output* position|pos Places the specified output at the specific position in the global - coordinate space. If scaling is active, it has to be considered when - positioning. For example, if the scaling factor for the left output is 2, - the relative position for the right output has to be divided by 2. The - reference point is the top left corner so if you want the bottoms aligned - this has to be considered as well. + coordinate space. The cursor may only be moved between immediately + adjacent outputs. If scaling is active, it has to be considered when + positioning. For example, if the scaling factor for the left output is + 2, the relative position for the right output has to be divided by 2. + The reference point is the top left corner so if you want the bottoms + aligned this has to be considered as well. Example: -- cgit v1.2.3-54-g00ecf