diff -r 9b9deafa0508 -r 36cabfe408cd tag.c --- a/tag.c Tue Aug 01 11:49:19 2006 +0200 +++ b/tag.c Tue Aug 01 12:32:33 2006 +0200 @@ -67,6 +67,8 @@ higher(sel); focus(sel); } + else + XSetInputFocus(dpy, root, RevertToPointerRoot, CurrentTime); } drawall(); } @@ -130,6 +132,8 @@ higher(sel); focus(sel); } + else + XSetInputFocus(dpy, root, RevertToPointerRoot, CurrentTime); } drawall(); }