X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=BUGS;h=fd1837f4f38be02769e54e4ffb77d8bd180b3674;hp=5ee05ab9d123594920fccd3b53ae05d1b0fac6e1;hb=1bdb393f81541506c9e7d8259855e30523b71238;hpb=1973ab0643707f708a7d6dbede749d5fa6ac1256 diff --git a/BUGS b/BUGS index 5ee05ab..fd1837f 100644 --- a/BUGS +++ b/BUGS @@ -8,34 +8,6 @@ reproducible with xrandr -s but not with --output and --mode, strange --- -> 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