mirror of
https://github.com/swaywm/sway
synced 2024-11-23 21:42:43 +01:00
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>
This commit is contained in:
parent
606f6a3707
commit
f49ad5977e
@ -36,11 +36,12 @@ must be separated by one space. For example:
|
||||
|
||||
*output* <name> position|pos <X> <Y>
|
||||
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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user