diff -r 6718f0ba24fd -r e8a43c5bbc46 BUGS --- a/BUGS Sun May 12 19:15:15 2013 +0400 +++ b/BUGS Wed Apr 02 20:43:22 2014 +0400 @@ -8,34 +8,6 @@ --- -> enternotify is handled even when the entered window is already focused -> (eg moving the mouse to the bar and back, scrolling on the border..) -> -> focusing might be expensive for some clients (eg dim/light up) -> -> a possible solution is to modify enternotify: -> -> + c = wintoclient(ev->window); -> if((m = wintomon(ev->window)) && m != selmon) { -> unfocus(selmon->sel); -> selmon = m; -> } -> + else if (c == selmon->sel || c == NULL) -> + return; - ---- - -> another corner case: - -a tiled client can be resized with mod+right click, but it only works -on the main monitor - ---- - -dmenu appears on the monitor where the pointer is and not on selmon - ---- - yet another corner case: open a terminal, focus another monitor, but without moving the mouse pointer there