Commit Diff


commit - d6bdd03d915ecb800444986503b43aa488a82e36
commit + c53b29e60b1fcc0f7f095eaabccf38b3630e28fa
blob - 88d80b2a447be77a7872e2ea3c0a82fb8f44a1cf
blob + b989e8a8f7fdbd619603500f77876b535af6c7af
--- dwm.c
+++ dwm.c
@@ -815,8 +815,8 @@ void
 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;