Re: FVWM: mouse pointer placement when using window list

2015-05-24 Thread Thomas Adam
On 24 May 2015 at 11:12, lee l...@yagibdah.de wrote:

 Hi,

 is there a way to define where the mouse pointer will be placed when the
 window list is used to switch between windows?

 Apparently, the pointer is placed at the top left edge of the selected
 window, and it would be better for me if it was placed like in the
 center of the selected window instead.

 If this cannot be configured, a pointer to where to look in the source
 would be great, too.

DestroyFunc WindowListFunc
AddToFunc WindowListFunc
  + I Iconify off
  + I FlipFocus
  + I Raise
  + I WarpToWindow 5p 5p

Change the values for WarpToWindow.

-- Thomas Adam



Re: FVWM: Window Focus and Mouse Placement

2015-05-24 Thread Thomas Adam
On 24 May 2015 at 08:46, Vikram Karandikar vikram.karandi...@gmail.com 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


FVWM: mouse pointer placement when using window list

2015-05-24 Thread lee

Hi,

is there a way to define where the mouse pointer will be placed when the
window list is used to switch between windows?

Apparently, the pointer is placed at the top left edge of the selected
window, and it would be better for me if it was placed like in the
center of the selected window instead.

If this cannot be configured, a pointer to where to look in the source
would be great, too.


-- 
Again we must be afraid of speaking of daemons for fear that daemons
might swallow us.  Finally, this fear has become reasonable.



FVWM: solved: mouse pointer placement when using window list

2015-05-24 Thread lee
Thomas Adam tho...@fvwm.org writes:

 On 24 May 2015 at 11:12, lee l...@yagibdah.de wrote:

 Hi,

 is there a way to define where the mouse pointer will be placed when the
 window list is used to switch between windows?

 Apparently, the pointer is placed at the top left edge of the selected
 window, and it would be better for me if it was placed like in the
 center of the selected window instead.

 If this cannot be configured, a pointer to where to look in the source
 would be great, too.

 DestroyFunc WindowListFunc
 AddToFunc WindowListFunc
   + I Iconify off
   + I FlipFocus
   + I Raise
   + I WarpToWindow 5p 5p

 Change the values for WarpToWindow.

Thank you very much!

Wow, you find me impressed.  This is even straight from the manpage.  I
keep underestimating this wonderful window manager ...


-- 
Again we must be afraid of speaking of daemons for fear that daemons
might swallow us.  Finally, this fear has become reasonable.