浏览代码

just added a comment

Anselm R Garbe 17 年之前
父节点
当前提交
6b79f3f326
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dwm.c

+ 1 - 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();