is in shell (Mac OS X Lion) a way how run program on specify position on screen? I want to run two programs and specify their position on screen so one window will be next to another and they will be centered on screen.
Asked
Active
Viewed 117 times
1 Answers
0
You could try to hack something together using AppleScript. This link shows you how to set the window geometry of a certain application. The problem might be in actually talking to the processes that you just started. This SO question deals a bit with using the process id to talk to an app using AppleScript.