Hello

I almost end my configuration and it looks great.
But there are some things I can't set.

1. Is it possible to turn off icons (left edge of desktop) of iconified windows.
  I use taskbar and i dont need them.

2. Clicking on the clock in the FvwmTaskBar should run command (ex. calendar).

3. I use function:

DestroyFunc FuncFvwmIconifyOrFocusAndRaise
AddToFunc   FuncFvwmIconifyOrFocusAndRaise
+ I ThisWindow (Iconic) Iconify off
+ I TestRc (NoMatch) ThisWindow (Raised) Iconify on
+ I ThisWindow (!Iconic) Focus
+ I ThisWindow (!Iconic) Raise

It works fine but doesn't iconify Maximized windows. How to fix that ?

4. Is it possible to dynamicaly generate Menus content using conditions without using external functions ?

DestroyMenu FvwmTaskBarMenu
AddToMenu FvwmTaskBarMenu
+ "Iconify"                  FvwmIconify (if window is not iconified)
+ "DeIconify"                FvwmIconify (if window is iconified)


Thanks for any help.
Bambero


--
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