On 18 Oct 2002 10:36:48 -0400, Peter McAlpine wrote:
>
> Um, I have both at the same time, and my pointer doesn't warp. By doing:
> Style * SloppyFocus
> Style * GrabFocus
>
> new windows gain focus, and the mouse doesn't focus anything until it
> moves (onto another window?).
Yes, of course, you can do this. But then you get a modified SloppyFocus.
I.e. the pointer may be in the unfocussed window for some time (i.e. it is
not really SloppyFocus now). This is what I meant when asked to describe
what is the desired behaviour.
And you are right, the following can't work in 2.4.x:
Style * GrabFocus, SloppyFocus
because SloppyFocus implies GrabFocusOff. But this works in 2.5.3+.
The following works in 2.4.x:
Style * SloppyFocus, GrabFocus
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 Fri Oct 18 2002 - 10:37:42 BST