Re: FVWM: WindowList and pointer warping

From: Dominik Vogt <dominik.vogt_at_gmx.de>
Date: Sat, 26 Oct 2002 13:10:06 +0200

On Sat, Oct 26, 2002 at 02:43:24AM -0400, Maciej Kalisiak wrote:
> Hello,
>
> I'm using fvwm 2.5.3. When I select a window using the WindowList
> (I've specified "SelectOnRelease"), the mouse pointer is warped to the
> upper left corner of said window. How do I turn this off? I've tried
> a number of things without success. Here are some .fvwm2rc parts I
> consider relevant:

When a window is selected from the WindowList, the function
WindowListFunc is called. By default it looks like this:

  AddToFunc WindowListFunc
  + I WindowId $0 Iconify off
  + I WindowId $0 FlipFocus
  + I WindowId $0 Raise
  + I WindowId $0 WarpToWindow 5p 5p

You can write your own function in the .fvwm2rc file, e.g.

  DestroyFunc WindowListFunc
  AddToFunc WindowListFunc
  + I WindowId $0 Iconify off
  + I WindowId $0 FlipFocus
  + I WindowId $0 Raise

Bye

Dominik ^_^ ^_^

 --
Dominik Vogt, dominik.vogt_at_gmx.de
Reply-To: dominik.vogt_at_gmx.de
--
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 Sat Oct 26 2002 - 06:39:38 BST

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:53 BST