On Sat, May 07, 2005 at 12:05:03PM +0200, Bambero wrote:
> Hello
Hello -
> 1. Is it possible to turn off icons (left edge of desktop) of
> iconified windows. I use taskbar and i dont need them.
Style * NoIcon
> 2. Clicking on the clock in the FvwmTaskBar should run command (ex .
> calendar) .
man FvwmTaskBar
> 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 ?
Try replacing the second line with:
+ I TestRc (NoMatch) ThisWindow (Raised|Maximized) Iconify on
> 4. Is it possible to dynamicaly generate Menus content using
> conditions without using external functions ?
How do you mean? Using PipeRead gives good flexibility.
-- Thomas Adam
--
"One of us is a cigar stand, and one of us is a lovely blue incandescent
guillotine" -- Stephen Malkmus, "Type Slowly" from "Brighten The Corners"
--
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 - 06:39:53 BST