commit ae1d865ac0cfdace4f5c6e97d8cc3cb88dfbc788 from: arg@suckless.org date: Sun Jun 15 21:27:08 2008 UTC s/tags ref/tags mask/ commit - 1ce173402f0941ef8e8c6cf21f88b8a89511969c commit + ae1d865ac0cfdace4f5c6e97d8cc3cb88dfbc788 blob - 95bb84cee4fab4807c15951b277bf40ddc380318 blob + 075c8d5d14cde8b2627f831125da6efbea40f09d --- config.def.h +++ config.def.h @@ -21,7 +21,7 @@ static uint xidx = 0; /* Xin static const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; static Rule rules[] = { - /* class instance title tags ref isfloating */ + /* class instance title tags mask isfloating */ { "Gimp", NULL, NULL, 0, True }, { "Firefox", NULL, NULL, 1 << 8, True }, };