in message <[EMAIL PROTECTED]>, 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 [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]
