> Adrian van den Dries wrote:
> > I'd like to run, as it describes with the --help option:
> > gnome-terminal --geometry=GEOMETRY
> > but what is the format for this fabled GEOMETRY? Can't seem to figure it
> > out.

The origin (0,0) = Top Left of Screen.
gnome-terminal --geometry "term-width" x "term-height" + "in from left"
+ "down from top"

Example 1: gnome-terminal --geometry 80x30+50+5
(Note only one dash here before geometry)
Will make a 80 char wide by 30 char heigh terminal 50 pixels in from top
left corner of screen and 5 pixels down from top left corner of screen.

xterms use one dash for the geometry ie
Example 2: xterm -geometry 80x30+50+5

For applications that are not charcater based it the "width" x "height"
+ "left" + "down" in pixels.

If you look on your Desktop Manager menus you may find an item thats
called "Window Info" or something. Its on fvwm*'s and AfterStep etc
When selected you can click on a window and it will tel you what the
geometry is - good for putting a window where you want it and then
finding out what geo to put in the script that starts it.

Mike


------------------------------------------------------------------
Michael Lake
University of Technology, Sydney
Ph: 02 9514 1724 Fx: 02 9514 1628 email: [EMAIL PROTECTED]
Linux enthusiast, active caver and interested in anything technical.
Owner, Speleonics, Australia
-------------------------------------------------------------------
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text

Reply via email to