浏览代码

removed View cruft, now back to the roots

anselm@anselm1 17 年之前
父节点
当前提交
f7c097e802
共有 2 个文件被更改,包括 193 次插入308 次删除
  1. 0 1
      config.def.h
  2. 193 307
      dwm.c

+ 0 - 1
config.def.h

@@ -13,7 +13,6 @@
 
 /* old */
 const char tags[][MAXTAGLEN]     = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
-unsigned int vtags[LENGTH(tags)] = {  0 ,  0 ,  0 ,  0 ,   0  ,  1 ,  1 ,  1 ,   1   };
 
 Rule rules[] = {
 	/* class:instance:title substr	tags ref	isfloating */

文件差异内容过多而无法显示
+ 193 - 307
dwm.c


部分文件因为文件数量过多而无法显示