Mercurial > aewl
comparison tag.c @ 125:b4b8b4236599
cleaned the CUSTOMIZE flags
author | arg@10ksloc.org |
---|---|
date | Thu, 20 Jul 2006 15:17:52 +0200 |
parents | 75576e44c1d8 |
children | 1480e19f6377 |
comparison
equal
deleted
inserted
replaced
124:75576e44c1d8 | 125:b4b8b4236599 |
---|---|
23 /* class:instance tags isfloat */ | 23 /* class:instance tags isfloat */ |
24 { "Firefox.*", { [Twww] = "www" }, False }, | 24 { "Firefox.*", { [Twww] = "www" }, False }, |
25 { "Gimp.*", { 0 }, True}, | 25 { "Gimp.*", { 0 }, True}, |
26 }; | 26 }; |
27 | 27 |
28 /* extern */ | |
29 | |
30 /* CUSTOMIZE */ | |
31 char *tags[TLast] = { | 28 char *tags[TLast] = { |
32 [Tscratch] = "scratch", | 29 [Tscratch] = "scratch", |
33 [Tdev] = "dev", | 30 [Tdev] = "dev", |
34 [Twww] = "www", | 31 [Twww] = "www", |
35 [Twork] = "work", | 32 [Twork] = "work", |
36 }; | 33 }; |
34 | |
37 void (*arrange)(Arg *) = dotile; | 35 void (*arrange)(Arg *) = dotile; |
36 | |
37 /* END CUSTOMIZE */ | |
38 | |
39 /* extern */ | |
38 | 40 |
39 void | 41 void |
40 appendtag(Arg *arg) | 42 appendtag(Arg *arg) |
41 { | 43 { |
42 if(!sel) | 44 if(!sel) |