Thomas Glanzmann <sithglan_at_stud.uni-erlangen.de> writes:
> I maximize some of my newly started Applications using fvwm event. But it doe
> s
> 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
It looks like gvim changes its name after its created.
Try using "Gvim" instead.
-- 
Dan Espen                           E-mail: dane_at_mk.telcordia.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 Feb 21 2003 - 10:11:34 GMT