On Tue, Nov 27, 2001 at 08:41:59PM -0800, Denis Perelyubskiy wrote:
> hello,
>
> is it somehow possible to place mouse pointer in the middle
> of the window i am switching to from the windowlist (alt-tab
> or whatnot), as opposed to placing it somewhere in the very
> upper left corner?
Yes. The default action for the window list is
AddToFunc WindowListFunc I WindowId $0 Iconify off
+ I WindowId $0 FlipFocus
+ I WindowId $0 Raise
+ I WindowId $0 WarpToWindow 5p 5p
You can destroy that function and replace it with anything you
like, e.g.
DestroyFunc WindowListFunc
AddToFunc WindowListFunc I WindowId $0 Iconify off
+ I WindowId $0 FlipFocus
+ I WindowId $0 Raise
+ I WindowId $0 WarpToWindow 50 50
^^^^^
Bye
Dominik ^_^ ^_^
--
Dominik Vogt, email: d.vogt_at_lifebits.de
LifeBits Aktiengesellschaft, Albrechtstr. 9, D-72072 Tuebingen
fon: ++49 (0) 7071/7965-0, fax: ++49 (0) 7071/7965-20
--
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 Wed Nov 28 2001 - 01:42:35 GMT