simplified dwm

This commit is contained in:
anselm@anselm1
2008-02-26 22:51:23 +00:00
parent 2bfd3fffbf
commit d5178292ed
3 changed files with 65 additions and 115 deletions

View File

@ -15,8 +15,8 @@
const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "www" };
int initags[LENGTH(tags)] = { [0] = 1 };
Rule rules[] = {
/* class:instance:title regex tags regex isfloating */
{ "Firefox", "www", False },
/* class:instance:title substr tags ref isfloating */
{ "Firefox", tags[8], False },
{ "Gimp", NULL, True },
{ "MPlayer", NULL, True },
{ "Acroread", NULL, True },