LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   gnome - windows position (https://www.linuxquestions.org/questions/linux-newbie-8/gnome-windows-position-159884/)

zulik 03-19-2004 01:28 PM

gnome - windows position
 
Hello !
First post here:)

I looking for tool/command to save windows position
In my communicator program I have problem with windows becouse they aren't open on center of screen !:)
sorry for english ;/

hw-tph 03-19-2004 06:55 PM

A lot of graphical programs support an option for setting the geometry of its window as a command line parameter, usually -geo. Read the manpage for your application for further information, but the common way to do it is using XsizexYsize+Xoffset+Yoffset as the parameter to the -geo option. This means you would type appname -geo 240x120+0+0 to launch a small window in the top left corner of the screen.


Håkan

zulik 03-20-2004 12:01 PM

I don't think so !

e.g.
zulik@linux:~$ gnome-terminal -geo 240x100+0+0
incorrect argument: "240x100+0+0"

on www.groups.google.com I can't find anything about "-geo" ! :/


All times are GMT -5. The time now is 04:02 AM.