On Thu, Mar 28, 2002 at 04:49:16AM -0800, hugo vanwoerkom wrote:
> What's the way to start an application and have it be
> maximized to screensize when started?
>
DestroyFunc MaxStart
AddToFunc MaxStart
+ I Exec exec $*
+ I Wait $0
+ I Current ($0) Maximize
MaxStart rxvt
It's not perfect, It only works if the GrabFocus Style is used.
Mabey 'Current' needs to be replaced with a different Conditional
command.
hmmm mabey:
DestroyFunc MaxStart
AddToFunc MaxStart
+ I Style $0 GrabFocus
+ I Exec exec $*
+ I Wait $0
+ I Current ($0) Maximize
+ I Style $0 GrabFocusOff
hth,
sa
--
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 Thu Mar 28 2002 - 18:15:01 GMT