2009/11/17 Szabolcs Nagy <[email protected]>: > On 11/17/09, Szabolcs Nagy <[email protected]> wrote: >> i think i found an issue with monitor focusing: >> >> in enternotify monitor change events are checked >> if((m = wintomon(ev->window)) && m != selmon) { >> unfocus(selmon->sel); >> selmon = m; >> } >> > > another related corner case: > moving window to another monitor does not move the focus > but when the mouse pointer is on the other monitor and no window is > there yet then monitor focus changes too
Thanks for recording this. I added it to BUGS and work on a better solution for 5.8.
