cleaned the CUSTOMIZE flags

This commit is contained in:
arg@10ksloc.org
2006-07-20 15:17:52 +02:00
parent 4688ad181d
commit 2b5553b1eb
3 changed files with 9 additions and 5 deletions

8
tag.c
View File

@ -25,17 +25,19 @@ static Rule rule[] = {
{ "Gimp.*", { 0 }, True},
};
/* extern */
/* CUSTOMIZE */
char *tags[TLast] = {
[Tscratch] = "scratch",
[Tdev] = "dev",
[Twww] = "www",
[Twork] = "work",
};
void (*arrange)(Arg *) = dotile;
/* END CUSTOMIZE */
/* extern */
void
appendtag(Arg *arg)
{