in message <20040428173135.GC10084_at_luna.mooo.com>, wrote Micha
Feigin thusly...
>
> If I have to move the pointer, a better behavior would be to move
> the pointer to the center of the new window, this would also solve
> the focus problems I had with sloppy focus and focusing a window
> that is not under the mouse when the mouse is over a different
> window.
To center them mouse, among other things, (after a selection from WindowList),
i use...
DestroyFunc WindowListFunc
AddToFunc WindowListFunc
+ I Function deiconify-func Raise
+ I FlipFocus
+ I WarpToWindow 50 50
DestroyFunc deiconify-func
AddToFunc deiconify-func
+ I Iconify false
+ I WindowShade false
+ I $0
...the big idea is to (re)define WindowListFunc ... eh ... function
which is used by WindowList. See fvwm(1) for default & other
data.
- Parv
--
----- End forwarded message -----
- Parv
- Anubhav
--
--
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 Apr 28 2004 - 20:00:44 BST