On 31 Dec 2002 14:29:25 -0800, hugo vanwoerkom wrote: > > Can someone give me a pointer on how to get an icon on > there that the executing program sets?
If I understand you correctly you want to show a mini icon in a titlebar: ButtonStyle 1 MiniIcon By default, if the program itself supplies a mini icon (using EWMH) it is shown in the MiniIcon button in 2.5.x. But pre-EWMH applications do not set a mini icon hint. You should define it yourself, like: Style * MiniIcon mini/unknown.xpm Style XTerm MiniIcon mini/terminal.xpm Regards, Mikhael. -- 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]
