Re: FVWM: Window Focus and Mouse Placement

2015-05-24 Thread Thomas Adam
On 24 May 2015 at 08:46, Vikram Karandikar  wrote:
> Hi,
>
> In my FVWM session, when focused windows is changed (through FvwmTaskBar or
> Alt-TAB) mouse is replaced at the top, left corner of the window.
>
> I have places Close action for top, left and so this becomes annoying.
>
> Can anybody suggest how not to move mouse pointer on changing focused
> window?

The default WindowList function has 'WarpToWindow' defined.  Hence:

 DestroyFunc WindowListFunc
 AddToFunc WindowListFunc
 + I Iconify off
 + I FlipFocus Nowarp
 + I Raise

-- Thomas Adam



FVWM: Window Focus and Mouse Placement

2015-05-24 Thread Vikram Karandikar
Hi,

In my FVWM session, when focused windows is changed (through FvwmTaskBar or
Alt-TAB) mouse is replaced at the top, left corner of the window.

I have places Close action for top, left and so this becomes annoying.

Can anybody suggest how not to move mouse pointer on changing focused
window?

- Vikram.Karandikar