Move windows when holding down Mouse btn 3

When I use Firefox and press mouse btn 3 I get the a menu specified for Firefox. But I would like to add a move function if I hold mouse btn 3 down, that is:

  1. quick press on mouse btn 3 gives me the program specific menu

  2. Holding down mouse btn 3 will move the window if the mouse is moved.

I have tried the following in my fvwm2rc file:

Mouse 3 W A FuncMyMove

AddToFunc FuncMyMove

  • H Move

But nothing happes when I hold mouse btn 3 down in a W context.

This works just fine for me. I obviously don’t get the context-specific firefox menu anymore, which is the only drawback to using this method.

– Thomas Adam