--- hugo vanwoerkom <hugovanwoerkomqt_at_yahoo.com> a
écrit : > What's the way to start an application and
have it
> be
> maximized to screensize when started?
>
Well that depends.
1. If it's a well written X application use
program-name -geometry XxY+0+0
X - the horizontal dimension of your screen in pixels
Y - the vertical dimension of your screen in pixels
example: i have a screen 640x480
xclock -geometry 640x480+0+0
2. If it's not a well written X application (some
toolkits seem to forget that they are using X :-( )
depends of the application
Maybe you can do something like
Style name-of-the-application Maximize
but i'm not sure.
Hope it helps
Bye
Calin
___________________________________________________________
Do You Yahoo!? -- Une adresse _at_yahoo.fr gratuite et en français !
Yahoo! Mail :
http://fr.mail.yahoo.com
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Fri Mar 29 2002 - 01:18:40 GMT