X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=tag.c;h=5da5711c2246539a8e8e3dbd8936705fe06d66ab;hp=48f1f2a8b969bdbc3ac613e2074c6b327473237c;hb=bf357945070a9f4722b8dcbf61d61b34d1aae0aa;hpb=e7438365417ba4bb0cff56b44b029c797be18fe5 diff --git a/tag.c b/tag.c index 48f1f2a..5da5711 100644 --- a/tag.c +++ b/tag.c @@ -7,24 +7,23 @@ #include #include -/********** CUSTOMIZE **********/ - -char *tags[TLast] = { - [Tscratch] = "scratch", - [Tdev] = "dev", - [Twww] = "www", - [Twork] = "work", -}; +/* static */ +/* CUSTOMIZE */ static Rule rule[] = { /* class instance tags isfloat */ { "Firefox-bin", "Gecko", { [Twww] = "www" }, False }, }; -/********** CUSTOMIZE **********/ - -/* extern functions */ +/* extern */ +/* CUSTOMIZE */ +char *tags[TLast] = { + [Tscratch] = "scratch", + [Tdev] = "dev", + [Twww] = "www", + [Twork] = "work", +}; void (*arrange)(Arg *) = dotile; void