about summary refs log tree commit diff stats
path: root/config.arg.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-01-05 22:27:26 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-01-05 22:27:26 +0100
commit16ed87952461da1d2db2254d1ad5da37f0b147c1 (patch)
tree547ee2349e1079eefe12846edd23121c64875c88 /config.arg.h
parent20d7b5d05884abaa03d92942eb6ec9ba5365a468 (diff)
downloaddwm-16ed87952461da1d2db2254d1ad5da37f0b147c1.tar.gz
using shorter tags, using mon instead of cert
Diffstat (limited to 'config.arg.h')
-rw-r--r--config.arg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.arg.h b/config.arg.h
index 33597ee..752c40f 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -3,7 +3,7 @@
  */
 
 #define TAGS \
-const char *tags[] = { "local", "remote", "net", "cert", "fnord", NULL };
+const char *tags[] = { "home", "net", "www", "mon", "fnord", NULL };
 
 #define DEFMODE			dotile		/* dofloat */
 #define FLOATSYMBOL		"><>"
@@ -69,7 +69,7 @@ static Key key[] = { \
 #define RULES \
 static Rule rule[] = { \
 	/* class:instance:title regex	tags regex	isfloat */ \
-	{ "Firefox.*",			"net",		False }, \
+	{ "Firefox.*",			"www",		False }, \
 	{ "Gimp.*",			NULL,		True }, \
 	{ "MPlayer.*",			NULL,		True }, \
 	{ "Acroread.*",			NULL,		True }, \
rg <unknown> 2006-08-01 13:59:13 +0200 centralized/externalized configuration to config.h' href='/acidbong/suckless/dwm/commit/config.arg.h?h=5.3.1&id=a73a88280681acdab047bd11a9ba77d97d6a0b72'>a73a882 ^
b38905b ^
a73a882 ^

9fbb2eb ^


a73a882 ^




f504aea ^
42277b1 ^

a73a882 ^

9fbb2eb ^





a73a882 ^

9955ddc ^
8e053b6 ^
42277b1 ^
a73a882 ^



e21d93b ^




a73a882 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54