Hi there,
On 18 Aug 2003 at 11:33:37 +0300, Mikhael Goikhman wrote:
> This works for 2.4; in 2.5 there is a real if-else syntax, so it would be
> shorter:
>
> DestroyFunc FuncFvwmIconifyOrFocusAndRaise
> AddToFunc FuncFvwmIconifyOrFocusAndRaise
> + I ThisWindow (Iconic) Iconify off
> + I TestRc (NoMatch) ThisWindow (Raised) Iconify on
> + I ThisWindow (!Iconic) Focus
> + I ThisWindow (!Iconic) Raise
Quite tricky ;-) Using "Cond" instead of "TestRc" on 2.5.7
works as I hoped.
Thank you.
Regards Uwe
--
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 Mon Aug 18 2003 - 04:09:12 BST