peterdotjs / tab-resize

Split Screen made easy. Resize the CURRENT tab and tabs to the RIGHT into layouts on separate Windows. w/ Multi-monitor Support
GNU General Public License v3.0
297 stars 36 forks source link

Slip across multiple monitors with fixed rows and columns #64

Closed j0ales closed 3 years ago

j0ales commented 6 years ago

Is posible to split across multiple monitors with fixed rows and columns? If I use a 2x2 split in a two monitor system, I will obtain two windows in each monitor. But this feature depends on how monitors are distributed (horizontally or vertically).

peterdotjs commented 3 years ago

Currently the extension just uses what it detects as a single monitor from the API. I'm hesitant to make assumptions or add a new settings to handle cases for combining a users's display setup.