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 majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Sat May 07 2005 - 05:02:37 BST