This is a discussion on open GUI within the comp.unix.solaris forums, part of the Solaris Operating System category; --> Hi all, Does anyone know how to specify where a GUI is displayed when opened? For example, how would ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Susan wrote: > Does anyone know how to specify where a GUI is displayed when opened? For > example, how would I specify to open admintool in the upper right hand > corner? Thanks for any help. Check "man X" particularly the "geometry specifications" section. admintool -geometry -0+0 |
| ||||
| Thanks. This worked great! "Oscar del Rio" <delrio@mie.utoronto.ca> wrote in message news:c1g94t$c8i$1@news.mie... > Susan wrote: > > Does anyone know how to specify where a GUI is displayed when opened? For > > example, how would I specify to open admintool in the upper right hand > > corner? Thanks for any help. > > Check "man X" particularly the "geometry specifications" section. > > admintool -geometry -0+0 > |