Description
This single script can be used to create:
0. Move to Leftmost Monitor & Split Left
1. Move to Leftmost Monitor & Split Right
2. Move to Rightmost Monitor & Split Left
3. Move to Rightmost Monitor & Split Right
0 - 3 = Window Split Positions (Change "int WindowSplitPosition = 0" to "0", "1", "2" or "3" to select to which position the window moves).
WindowSplit array controls the proportions of the splits (See this line "int[] WindowSplit = new int[] { 3, 1, 1, 3}" which splits windows on left monitor to 3/4, 1/4 and right monitor to 1/4, 3/4)
EG change "{3, 1, 1, 3}" to "{4, 2, 3, 2}" to split left monitor to 4/6, 2/6 and right monitor to 3/5, 2/5.
Created By
FluffyMule54333
Date Last Modified
Dec 16, 2016