Perform mode, bounds of all monitors excluding (1) monitor?

Hi all,

In regards to mapping and spanning a window across multiple monitors:

Is it possible to have a perform window justify and offset to bounds of all monitors excluding a single monitor? Essentially just set a range of monitors?

Thank you~~~
Armon

Certainly. See the documentation for the Window COMP.

So let’s say you want to exclude your primary and most left monitor, which is 1920x1080

First you specify the Justify and Offset to parameter. All positioning will be done relative to this location. We set this to primary monitor.

Set Justify horizontal to left.
Now set winoffsetx to 1920.
Now the perform window starts at your second screen and can span as many screens as your prefer(by defining its Opening Size).

Does this help?