aboutsummaryrefslogtreecommitdiffstats
path: root/tag.c
diff options
context:
space:
mode:
authorarg@10ksloc.org <unknown>2006-07-20 15:17:52 +0200
committerarg@10ksloc.org <unknown>2006-07-20 15:17:52 +0200
commit2b5553b1ebf7c8e59b5ecf7128b932115ff2b313 (patch)
tree756e292c34b67d1a623226db09b2be75e6d76ec7 /tag.c
parent4688ad181da14be36e034918580ec0ce5968ffdb (diff)
downloaddwm-2b5553b1ebf7c8e59b5ecf7128b932115ff2b313.tar.zst
cleaned the CUSTOMIZE flags
Diffstat (limited to 'tag.c')
-rw-r--r--tag.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/tag.c b/tag.c
index d6c349b..5da3c31 100644
--- 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)
{