>> >> Yes, I realised this, and I don't expect blackbox to ignore the event. >> Instead, it would seem to make sense that the window come up BELOW the >> current window, thus leaving focus on the current window, and making the >> "focus new windows" option useful with sloppy focus. >> >> Just a suggestion.
hmm, still not sure if I see how this could be implemented. A new window is automatically raised() then the focus situation occurs via a normal X event. When ther event occurs blackbox sees the "new" window as just another window. > > Along similar lines ... It seems that when maximizing a > window when sloppy focus+auto raise is on does strange > things. (Well not strange, quite understandable, just not > desired.) If there is a window behind the maximize button, > it gets foucs in the time before the maximized window is > redrawn (remapped?). So occasionally I have to lower this > to get the recently maximized window, would it be possible > to not-auto-raise-during-maximization? (or should I make my > autoraise time longer?) > -James Hmm, I do believe an unmap is occuring here, will look into this.
