It looks like you've got a bunch of unused space in your 5 box setup. Is that because you're using keyclones maximizer? I've never used it so I don't know if there is anything to gain from it.
You might want to just make a batch script to run maximizer (the program, not the version keyclone coded up) 5 times so you can get the coordinates exactly right.
My right monitor is an lcd with max 1280x1024, so when I use horizontal span I get a 2560x1024 screen. To run 5 wows I use this batch file which puts 4 evenly spaced windows on my bigger 20" wide screen monitor (left) and 1 window on the 19" lcd (right).
[code:1]
REM batch file to launch 5 evenly spaced wows
REM right monitor
d:\wow\wow1\maximizer.exe --margin 0,0,1280,0
REM upper right of left mon
d:\wow\wow1\maximizer.exe --margin 0,512,640,1280
REM upper left of left mon
d:\wow\wow1\maximizer.exe --margin 0,512,0,1920
REM lower right of left mon
d:\wow\wow1\maximizer.exe --margin 512,0,640,1280
REM lower left of left mon
d:\wow\wow1\maximizer.exe --margin 512,0,0,1920
[/code:1]
Sorry if you already knew about it
Anyhow hopefully its helpful to someone.
Connect With Us