diff -r 0bee7022aca5 -r 7830e13337e9 dwm.c --- a/dwm.c Wed Mar 31 23:24:22 2010 +0100 +++ b/dwm.c Wed Mar 31 23:27:30 2010 +0100 @@ -815,8 +815,8 @@ focus(Client *c) { if(!c || !ISVISIBLE(c)) for(c = selmon->stack; c && !ISVISIBLE(c); c = c->snext); -// if(selmon->sel) -// unfocus(selmon->sel); +/* if(selmon->sel) + unfocus(selmon->sel);*/ if(c) { if(c->mon != selmon) selmon = c->mon;