I maximize some of my newly started Applications using fvwm event. But it does
not work for gvim. Has somebody an idea?
DestroyFunc FullScreen
AddToFunc FullScreen
+ I ThisWindow (!Maximized) Style $n BorderWidth 0
+ I ThisWindow ( Maximized, !"bluescreen") Style $n BorderWidth 1
+ I ThisWindow Maximize
DestroyFunc AddWindow
AddToFunc AddWindow
+ I WindowId $0 ("MAINscreen") FullScreen
+ I WindowId $0 ("LOCALscreen") FullScreen
+ I WindowId $0 ("DEVELscreen") FullScreen
+ I WindowId $0 ("CONSOLEscreen") FullScreen
+ I WindowId $0 ("Opera*") FullScreen
+ I WindowId $0 ("*GVIM*") FullScreen
*FvwmEvent-NewWindow: Cmd
*FvwmEvent-NewWindow: PassId
*FvwmEvent-NewWindow: StartDelay 4
*FvwmEvent-NewWindow: add_window AddWindow
AddToFunc StartFunction I FvwmEvent FvwmEvent-NewWindow
Greetings,
Thomas
--
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 Feb 21 2003 - 09:55:14 GMT