unfocus on slow sloppy monitor focus

This commit is contained in:
Connor Lane Smith 2012-02-10 00:36:08 +00:00
parent 51336aa4a3
commit 54c3044dec
1 changed files with 1 additions and 0 deletions

1
dwm.c
View File

@ -1212,6 +1212,7 @@ motionnotify(XEvent *e) {
if(ev->window != root)
return;
if((m = recttomon(ev->x_root, ev->y_root, 1, 1)) != mon && mon) {
unfocus(selmon->sel, True);
selmon = m;
focus(NULL);
}