When I set up my maximizer regions, things seem fine untill regions start overlapping.

This is exactly what I do in order:

name: 1
x,y: 0,0
w,h: 1920,1200

name: 2
x,y: 1920,0
w,h: 1920,1200

name: a
x,y: 1920,0
w,h: 960,600

// The next few are irrelevant, but might help understand my setup

name: b
x,y: 2880,0
w,h: 960,600

name: c
x,y: 1920,600
w,h: 960,600

name: d
x,y: 2880,600
w,h: 960,600


Now making region 1, and 2 works fine. I can start them up properly etc, no problem. To clarify, 1 is a fullscreen of my left screen, and 2 is a fullscreen of my right screen.

Anyhow, as soon as i add region a, which is 1/4th of my 2nd screen, and then I try to launch 1, my resolution will change to 1919x1199 (i found this in the WTF config file)
If I go back in the settings, and i remove region a again, the resolution will be the proper 1920x1200 again.
Now you'd say such a little difference is no biggy, true, but this change seems to clutter up all the text, making it look extremely fuzzy and ugly.

Is it known that overlapping is bad? or has it got nothing to do with that?

If i make region 1, a, b, c, d it works fine
if i make region 1 and 2 it works fine
but if i make region, 1,2, a,b,c,d it fucks up region 1 (region 2 still works fine with proper resolution, didnt test a,b,c,d)