On Tue, Jul 06, 2004 at 11:33:05PM +1200, Joe Skinner wrote: > From a look through the docs there doesn't seem to be any way to change > the location though.
The do_warp function is an alt-hook, so it is possible to override that in a module (and ion3 in a lua script as well as the two hook mechanisms have been unified), but the decision to not to propagate the warp flag of a focus request all the way to a client window has already been made somewhere else. Nevertheless, one could check if the parameter to the warp handler is a WFrame (or whatever depending on the version of Ion) and act accordingly. -- Tuomo
