cleaned the CUSTOMIZE flags
This commit is contained in:
8
tag.c
8
tag.c
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user