Re: FVWM: latest snapshot problems

From: Mikhael Goikhman <migo_at_homemail.com>
Date: Thu, 5 Sep 2002 22:25:07 +0000

On 05 Sep 2002 20:07:22 +0100, John Latham wrote:
>
> > You would also see the Dominik's request not to use the today's cvs
> > because it will crash.

Actually today it only failes to compile, crashes are promised later. ;)

> Imagine a new feature (which might even be useful!) called
> ``PointerIsAMagicWand'' which when set would be given a function and would
> then apply that function to every window you clicked on. (I don't know how you
> could turn it off!) Anyway, the behaviour I was getting was as though I had
> asked for
>
> PointerIsAMagicWand Maximise 100 97
>
> The button I originally pressed was bound to Maximise 100 97.

This feature is easy to implement in 2.5.1+:

  # repeat command until escape is pressed or root window selected
  DestroyFunc RepeatUntilCanceled
  AddToFunc RepeatUntilCanceled
  + I Pick $*
  + I Cond (Error) Break
  + I RepeatUntilCanceled $*

  RepeatUntilCanceled Maximize 100 0
  RepeatUntilCanceled UnshadeAndIconify

But Pick is broken for some time now, so _currently_ RepeatUntilCanceled
does nothing.

Regards,
Mikhael.
--
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 Sep 05 2002 - 17:26:10 BST

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:53 BST