On 07 Mar 2002 13:10:55 -0800, John Smith wrote:
>
> Hey again,
>
> I have a function called Raise-or-Move, and it's defined like this:
>
> AddToFunc Raise-or-Move
> + I Raise
> + M Move
>
> What i'd like to know is, how much does the cursor have to move before
> it is considering the M part? Is that configurable? Maybe I'm insane,
> but the rest of fvwm2 is very configurable too :-)
Use:
MoveThreshold 1 # number of pixels
ClickTime 150 # milliseconds
Also try this, just to see whether it works better for you:
AddToFunc Raise-or-Move
+ C Raise
+ M Move
+ H Move
So, even if you don't move a pointer (only 'H'old it), still Move started.
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 Mar 07 2002 - 15:26:30 GMT