On Wed, 6 Mar 2002, John Smith wrote:
> Hi, I'm still a bit new to fvwm2, but I'm starting to really like it. I
> have a question though. How do I get things to minimize to FvwmIconMan
> instead of an icon? Basically, I want to disable using icons entirely,
> and just use a WindowList or FvwmIconMan to restore windows.
>
> Any help would be appreciated,
You will add this to your .fvwm2rc
Style * NoIcon
this turns off "normal" icons.
Then you will add a command to start FvwmIconMan in the function StartFunc
like this:
AddToFunc StartFunction "I" Module FvwmIconMan
+ .... more stuff here possible....
//Marcus
>
> Thank you
> --
> 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 majordomo_at_fvwm.org.
> To report problems, send mail to fvwm-owner_at_fvwm.org.
>
--
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 majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Thu Mar 07 2002 - 03:25:31 GMT