about summary refs log tree commit diff stats
path: root/config.def.h
diff options
context:
space:
mode:
authoranselm@anselm1 <unknown>2008-02-26 22:51:23 +0000
committeranselm@anselm1 <unknown>2008-02-26 22:51:23 +0000
commitd5178292edebb0db2cf9f22aaf1a8effe7529aae (patch)
tree7d161dbcca7b6d8deff1c561feda10f100bd17b6 /config.def.h
parent2bfd3fffbf5c913acfb7f56bdd7a29dc39d6d5d5 (diff)
downloaddwm-d5178292edebb0db2cf9f22aaf1a8effe7529aae.tar.gz
simplified dwm
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index cf6fdde..1db4d59 100644
--- a/config.def.h
+++ b/config.def.h
@@ -15,8 +15,8 @@
 const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "www" };
 int initags[LENGTH(tags)]    = { [0] = 1 };
 Rule rules[] = {
-	/* class:instance:title regex	tags regex	isfloating */
-	{ "Firefox",			"www",		False },
+	/* class:instance:title substr	tags ref	isfloating */
+	{ "Firefox",			tags[8],	False },
 	{ "Gimp",			NULL,		True },
 	{ "MPlayer",			NULL,		True },
 	{ "Acroread",			NULL,		True },