> DestroyFunc WindowListFunc
> AddToFunc WindowListFunc I WindowId $0 Iconify off
> + I WindowId $0 FlipFocus
> + I WindowId $0 Raise
> + I WindowId $0 WarpToWindow 50 50
Or, simpler and more robust, just add this to .fvwm2rc somewhere
AddToFunc WindowListFunc I WindowId $0 WarpToWindow 50 50
This appends the "move to center" to the previous action without
having to destroy and re-create the whole thing. This way, it
will still work if the default action changes in a future release.
--
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 - 12:08:48 GMT