In Windows I would like to be able to run a script or application that starts an another application and sets its size and location. An example of this would be to run an application/script that starts notepad and tells it to be 800x600 and to be in the top right corner. Does anyone have any ideas regardless of language?
|
|
|||||||||
|
|
|
Some OSs or desktops allow to set the size and location of a window in a config dialog, for example KDE. |
||
|
|
|
|
Do you mean something like this:
which puts an xterm at the top-left of the screen ( Alternatively, if the program is already running, the xwit command can be used to move it:
That will move the xterm its running in to the top-left corner of the screen, and make it 135 columns wide. It works on any window, not just xterms. For example:
just moved my browser window. You can find window IDs with |
||||
|
