On Thu, 9 Jan 2003, Barry A. Warsaw wrote:

> 
> Hi all, please CC me as I'm not on this list.
> 
> I hate application icons.  All I want when I iconify a window is to
> see a nice little rectangle with the window name in it.  I must be a
> bonehead, because I can't figure out how to make this work.  I've
> tried to use a style with "IconOverride,Icon unknown.xpm" but that
> doesn't seem to work.  E.g.:
> 
> Style ** IconOverride,Icon unknown.xpm
> 
> but it still seems like apps like xchat and gaim still show me
> pictures when they're iconfied.  I've tried "Style * ..." and
> "Style "Gaim" ..." but those don't help much either.

Style *
when using the style "Icon" only applies to thos programs that do NOT
specify an icon, this is used to set a default icon.
use
Style **
instead this should override all icons.

I think that Style ** IconOverride is a syntax error.

Try:
Style ** Icon unknown.xpm
Style * IconOverride

//Marcus

--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to