On Thu, Nov 04, 2004 at 03:07:06PM +0100, Jan Johansson wrote: > I would like new application windows to be created all the way to > the right of the current WIonWS.
For this you must use the ionws_placement_alt (iirc; check heuristics.lua in any case from the ion2 scripts repository) hook. clientwin_added_hook is something that is called after the window has already been placed. > which makes me believe that the > function of a "clientwin_added" hook recieves one argument of > type "WClientWin" and from that I am trying to access a MPlex > that I can use to move the new window. That's correct. > which does stuff just after SIGUSR1 but when creating new windows > crashes ion. Hmmm.. I don't get any errors with the script even running it through valgrind. Can you provide any more details? -- Tuomo
