On Fri, May 13, 2011 at 05:44:07PM -0700, elliot s wrote: > << > Use FvwmIconMan and FvwmButtons. I'll be deprecating FvwmTaskBar soon > enough. It's dead. > >> > > Is there an example somewhere on converting fvwmtaskbar functionality > to FvwmIconMan/FvwmButtons?
Have you checked the forums for examples, fvwmforums.org? I would search there. Basic idea, FvwmButtons is the container. You can use it to hold the various parts of the taskbar you want. FvwmIconMan is the part that keeps track of running programs. I would first configure that, to act like the major part of the taskbar. After that you can add the start button and other things like clock/notifications by swalowing it into FvwmButtons. jaimos