On Tue, Feb 10, 2004 at 04:00:54PM +0100, Felix Schmidt wrote: > 1) Is there a way to let WIonWS.goto_right stop when the rightmost frame > already has the focus (same for left/below/above). Currently it gives the > focus to the leftmost frame again.
function(ws) ws:right_of(ws:current()):goto() end should do it. See <http://modeemi.cs.tut.fi/~tuomov/ion/doc/ionconf/node7.html#SECTION00722000000000000000> for more information. > 2) Is there a way to implement a modified WRegion.raise so that it lowers > the selected window if it's already the topmost? No. -- Tuomo
