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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to