Posted by member 99 on 2003-07-04 12:03:50 link
If a custom build of litestep would work, this one will give you allResolutionX/Y, and a ResolutionX/Y as well as Left,Top,Right,Bottom for each monitor you list with MonitorNames.
The real coordinates of the primary monitor are always (0,0)-($ResolutionX$,$ResolutionY$).
For modules that are set to on-botton (and maybe other cases), different coordinates are used, so it becomes ($0-allLeft$,$0-allTop)-($ResolutionX-allLeft$,$ResolutionY-allTop$). Or alternativeleft $primaryLeft-allLeft$, $primaryRight-allLeft$, etc.
The real coordinates of the primary monitor are always (0,0)-($ResolutionX$,$ResolutionY$).
For modules that are set to on-botton (and maybe other cases), different coordinates are used, so it becomes ($0-allLeft$,$0-allTop)-($ResolutionX-allLeft$,$ResolutionY-allTop$). Or alternativeleft $primaryLeft-allLeft$, $primaryRight-allLeft$, etc.