about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorarg@10ksloc.org <unknown>2006-08-03 15:09:52 +0200
committerarg@10ksloc.org <unknown>2006-08-03 15:09:52 +0200
commit72608f0d5a715900a19bf9b1e8078fece7feb257 (patch)
tree51a879efab7f280b7e78dd2701480b08565583c8
parentbba044de4f055e4a5b6605c221bded849b8bd53e (diff)
downloaddwm-72608f0d5a715900a19bf9b1e8078fece7feb257.tar.gz
s/tag2/two/g
-rw-r--r--config.arg.h4
-rw-r--r--config.default.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/config.arg.h b/config.arg.h
index dc751f0..0c39d3b 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -57,10 +57,10 @@ static Key key[] = { \
 };
 
 #define RULES \
-	const unsigned int tag2[] = { 2 }; \
+	const unsigned int two[] = { 2 }; \
 static Rule rule[] = { \
 	/* class:instance	tags		isfloat */ \
-	{ "Firefox.*",		tag2,		False }, \
+	{ "Firefox.*",		two,		False }, \
 	{ "Gimp.*",		NULL,		True}, \
 	{ "MPlayer.*",		NULL,		True}, \
 	{ "Acroread.*",		NULL,		True}, \
diff --git a/config.default.h b/config.default.h
index 9eaef03..14f33ec 100644
--- a/config.default.h
+++ b/config.default.h
@@ -48,9 +48,9 @@ static Key key[] = { \
 };
 
 #define RULES \
-	const unsigned int tag2[] = { 2 }; \
+	const unsigned int two[] = { 2 }; \
 static Rule rule[] = { \
 	/* class:instance	tags		isfloat */ \
-	{ "Firefox.*",		tag2,	False }, \
+	{ "Firefox.*",		two,	False }, \
 	{ "Gimp.*",		NULL,		True}, \
 };
eam@wmii.de> 2006-07-15 18:51:44 +0200 fixed XSync handling and finished man page' href='/acidbong/suckless/dwm/commit/dwm.1?h=1.4&id=e6cbe9c11e88537d74eb094ba5844f71ee57f268'>e6cbe9c ^
e743836 ^

0c3544d ^


901b3ed ^
1076f2b

901b3ed ^
0c3544d ^
72655f0 ^





901b3ed ^
72655f0 ^





















1549faf ^






























eb184e0 ^
1549faf ^
0c3544d ^
4f8b08d ^







0c3544d ^



0e5c819 ^













0c3544d ^





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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127