On Sat, Feb 21, 2004 at 02:29:39PM -0500, Carl Mummert wrote: > I want fvwm to apply a new style when the title of my xterm changes. > So I put this in my .fvwm2rc: > > Module FvwmEvent > *FvwmEvent: window_name RecaptureWindow
There are two mistakes here. First, the module should not be started directly in the .fvwm2rc but in the StartFunction. Second, you're starting FvwmEvent before it is configured (note that order does not matter when using StartFunction, but it *does* matter in the .fvwm2rc fil). Try this: AddToFunc StartFunction + I Module FvwmEvent *FvwmEvent: window_name RecaptureWindow > to no avail. When the title of a window changes, the window begins to > flicker and is unusable. Is this a bug? How can I achieve the effect > I want? Ciao Dominik ^_^ ^_^ -- Visit the official FVWM web page at <URL:http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm-workers" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]