config.h
changeset 1001 2477f818215c
parent 990 70f6fcd100b7
child 1008 ac233c362502
--- a/config.h	Sun Sep 16 20:02:42 2007 +0200
+++ b/config.h	Mon Sep 17 16:42:37 2007 +0200
@@ -12,8 +12,8 @@
 #define SELFGCOLOR		"#fff"
 
 /* tagging */
-static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL };
-static Rule rules[] = {
+const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL };
+Rule rules[] = {
 	/* class:instance:title regex	tags regex	isfloating */
 	{ "Firefox",			"3",		False },
 	{ "Gimp",			NULL,		True },
@@ -22,7 +22,7 @@
 };
 
 /* layout(s) */
-static Layout layouts[] = {
+Layout layouts[] = {
 	/* symbol		function */
 	{ "[]=",		tile }, /* first entry is default */
 	{ "><>",		floating },