cleaned the CUSTOMIZE flags
This commit is contained in:
parent
4688ad181d
commit
2b5553b1eb
3 changed files with 9 additions and 5 deletions
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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue