On 2007-04-27, Oskar Nordquist <[EMAIL PROTECTED]> wrote: > Say I have two frames, and when I open my app it opens in my target and > receives focus. Now, when I quit I want my the spawning frame to have > focus again and not the frame set as target. If that makes sense?
It might be scriptable by some placement_hook or getwinprop, and deinit_hook (or something like that) hacks. It would be ugly, though. There's also the "return placeholder" code, that could be used to store the location where the window would have been put if the target winprop wasn't set. But setting it would depend on changes in the code, and I'm not sure if this should be the behaviour... -- Tuomo
