JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
cleaned the CUSTOMIZE flags
[dwm.git] / tag.c
diff --git a/tag.c b/tag.c
index d6c349b..5da3c31 100644 (file)
--- a/tag.c
+++ b/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)
 {