Commit 6b79f3f

Anselm R Garbe <garbeam@gmail.com>
2008-05-13 06:27:20
just added a comment
1 parent 446fa8c
Changed files (1)
dwm.c
@@ -1811,7 +1811,7 @@ updatewmhints(Client *c) {
 
 void
 view(const char *arg) {
-	seltags ^= 1;
+	seltags ^= 1; /* toggle sel tagset */
 	memset(tagset[seltags], (NULL == arg), TAGSZ);
 	tagset[seltags][idxoftag(arg)] = True;
 	arrange();