about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnselm R Garbe <anselm@garbe.us>2010-03-31 23:27:30 +0100
committerAnselm R Garbe <anselm@garbe.us>2010-03-31 23:27:30 +0100
commitc53b29e60b1fcc0f7f095eaabccf38b3630e28fa (patch)
treeddcb994a5bd16e402f84e7e325883d685a567eeb
parentd6bdd03d915ecb800444986503b43aa488a82e36 (diff)
downloaddwm-c53b29e60b1fcc0f7f095eaabccf38b3630e28fa.tar.gz
quick typo fix
-rw-r--r--dwm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dwm.c b/dwm.c
index 88d80b2..b989e8a 100644
--- a/dwm.c
+++ b/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;