2009/11/17 Szabolcs Nagy <nszabo...@gmail.com>:
> On 11/17/09, Szabolcs Nagy <nszabo...@gmail.com> 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.

Reply via email to