2009/8/5 Toshi Isogai <[email protected]>:
> If I use a (key assigned) command to jump to a page, the focus will be on the
> window that had the focus at the last time I was in the page, even if I use
> focusFollowsMouse. I would like the focus on where the mouse cursor is.
>
> Is there a way to really focus follow the mouse?
That should happen by default, but see something like the following
(not tested):
DestroyModuleConfig FE:*
*FE: new_page FocusUnderMouse
*FE: new_desk FocusUnderMouse
DestroyFunc FocusUnderMouse
AddToFunc FocusUnderMouse
+ I None (Focused) PointerWindow (AcceptsFocus, !Focused) Focus
AddToFunc StartFunction I Module FvwmEvent FE
Note that the "None (Focused)" check is redundant with
{Sloppy,Mouse}Focus, but will be useful for people wanting this who
use "ClickToFocus".
-- Thomas Adam