On 9/4/06, Sander van Dijk <a.h.vandijk_AT_gmail.com> wrote:
> Maybe it's even better to first ban the new client, than map it's
> windows, than focus it and then call arrange(). My guess is that would
> be cleaner
>
> ban(c);
> if(isvisible(c))
> focus(c);
> mapstuff;
> arrange();
Blegh, forget about that, calling focus _before_ mapping twin is bad...
Basically you need to call focus() before arrange(), but also
arrange() before focus()... Tja...
Sander.
Received on Mon Sep 04 2006 - 17:38:08 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:30:53 UTC