2009/7/25 <[email protected]>:
> Style "*" Icon norm/unknown.xpm, MiniIcon mini/unknown.xpm
> doesn't work for the Icon, the MiniIcon is okay
>
> but
> Style "**" Icon norm/unknown.xpm, MiniIcon mini/unknown.xpm
> works for the Icon too.
>
> why?
>From fvwm(1):
There is one exception to these rules, namely
Style * Icon unknown.xpm
doesn't force the unknown.xpm icon on every window, it
just sets the default icon like the DefaultIcon command.
If you really want all windows to have the same icon, you
can use
Style ** Icon unknown.xpm
-- Thomas Adam