about summary refs log tree commit diff stats
path: root/dwm.html
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@wmii.de>2006-07-13 10:02:28 +0200
committerAnselm R. Garbe <garbeam@wmii.de>2006-07-13 10:02:28 +0200
commit3791ec054d7fca1bfb0af04a65b80b973094a87d (patch)
treec9e0afe689af60750d7c9be8b552d09c97cb4727 /dwm.html
parent80c7add6c85d78239729ff21fcee7f060835e6a3 (diff)
downloaddwm-3791ec054d7fca1bfb0af04a65b80b973094a87d.tar.gz
last change to dwm.html
Diffstat (limited to 'dwm.html')
-rw-r--r--dwm.html90
1 files changed, 47 insertions, 43 deletions
diff --git a/dwm.html b/dwm.html
index b1ae3ef..36aee02 100644
--- a/dwm.html
+++ b/dwm.html
@@ -8,6 +8,7 @@
 			body {
 				color: #000000;
 				font-family: sans-serif;
+				margin: 20px 20px 20px 20px;
 			}
 		</style>
 	</head>
@@ -15,63 +16,66 @@
 		<center>
 			<img src="dwm.png"/><br />
 			<h3>dynamic window manager</h3>
-		<center>
-		<h2>Description</h3>
+		</center>
+		<h3>Description</h3>
 		<p>
 		dwm is a dynamic window manager for X11.
 		</p>
-		<h2>Differences to wmii</h2	
+		<h3>Differences to wmii</h3	
 		<p>
 		In contrast to wmii, dwm is only a window manager, and nothing else.
-		Hence, it is much smaller, faster and simpler. dwm does
-		<b>not</b> include following features wmii provides:
+		Hence, it is much smaller, faster and simpler.
 		</p>
 		<ul>
-			<li>9P support</li>
-			<li>status bar</li>
-			<li>menu</li>
-			<li>editable tagbars</li>
-			<li>shell-based config/control file</li>
-			<li>small tools (selection printer, mouse warper)</li>
+			<li>
+			dwm has no 9P support, no status bar, no menu, no editable tagbars,
+			no shell-based configuration and remote control and comes without
+			any additional tools like printing the selection or warping the
+			mouse.
+			</li>
+			<li>
+			dwm is only a single binary, it's source code is intended to never
+			exceed 2000 SLOC.
+			</li>
+			<li>
+			dwm is customized through editing its source code, that makes it
+			extremely fast and secure - it does not process any input data which
+			hasn't been known at compile time, except window title names.
+			</li>
+			<li>
+			dwm is based on tagging and dynamic window management (however simpler
+			than wmii or larswm).
+			</li>
+			<li>
+			dwm don't distinguishes between layers, there is no floating or
+			managed layer. Wether the clients of currently selected tag are
+			managed or not, you can re-arrange all clients on the fly. Popup-
+			and fixed-size windows are treated unmanaged. 
+			</li>
+			<li>
+			dwm uses 1-pixel borders to provide the maximum of screen real
+			estate to clients. Small titlebars are only drawn in front of unfocused
+			clients.
+			</li>
+			<li>
+			garbeam <b>don't</b> wants any feedback to dwm. If you ask for support,
+			feature requests or if you report bugs, they will be <b>ignored</b>
+			with a high chance. dwm is only intended to fit garbeam's needs,
+			however you are free to download and distribute/relicense it, with the
+			conditions of the <a href="http://wmii.de/cgi-bin/hgwebdir.cgi/dwm?f=f10eb1139362;file=LICENSE;style=raw">MIT/X Consortium license</a>.
+			</li>
 		</ul>
+		<h3>Screenshot</h3>
 		<p>
-		dwm is only a single binary, it's source code is intended to never
-		exceed 2000 SLOC.
-		</p>
-		<p>
-		dwm is customized through editing its source code, that makes it
-		extremely fast and secure - it does not process any input data which
-		hasn't been known at compile time, except window title names.
-		</p>
-		<p>
-		dwm is based on tagging and dynamic window management (however simpler
-		than wmii or larswm).
-		</p>
-		<p>
-		dwm don't distinguishes between layers, there is no floating or managed
-		layer. Wether the clients of currently selected tag are managed or not
-		managed, you can re-arrange all clients on the fly. Popup- and
-		fixed-size windows are treated unmanaged. 
-		</p>
-		<p>
-		dwm uses 1-pixel borders to provide the maximum of screen real
-		estate to clients. Small titlebars are only drawn in front of unfocused
-		clients.
-		</p>
-		<p>
-		garbeam <b>don't</b> wants any feedback to dwm. If you ask for support,
-		feature requests or if you report bugs, they will be <b>ignored</b>
-		with a high chance. dwm is only intended to fit garbeam's needs,
-		however you are free to download and distribute/relicense it, with the
-		conditions of the <a href="http://wmii.de/cgi-bin/hgwebdir.cgi/dwm?f=f10eb1139362;file=LICENSE;style=raw">MIT/X Consortium license</a>.
+		<a href="http://wmii.de/shots/dwm-20060713.png">Click here for a screenshot</a> (20060713)
 		</p>
-		<h2>Development</h2>
+		<h3>Development</h3>
 		<p>
 		dwm is actively developed in parallel to wmii. You can <a href="http://wmii.de/cgi-bin/hgwebdir.cgi/dwm">browse</a> its source code repository or get a copy using <a href="http://www.selenic.com/mercurial/">Mercurial</a> with following command:
 		</p>
 		<p>
-		<em>hg clone http://wmii.de/cgi-bin/hgwebdir.cgi/dwm</em>
+		<code>hg clone http://wmii.de/cgi-bin/hgwebdir.cgi/dwm</code>
 		</p>
-		<p>--Anselm</p>
+		<p>--Anselm (20060713)</p>
 	</body>
 </html>
/aerc.1.scd?h=0.4.0&id=50f25e7c4deecebcd42a07263a3cd50432c6db15'>50f25e7 ^
fc719e4 ^

8be4c57 ^


fc719e4 ^


7ecc6f9 ^






e1152b6 ^
7ecc6f9 ^
e1152b6 ^
7ecc6f9 ^

50f25e7 ^









a1763bf ^

50f25e7 ^

8635c70 ^
a1763bf ^
50f25e7 ^
030f390 ^





50f25e7 ^

f81e4bd ^


50f25e7 ^




2d6338e ^

50f25e7 ^
f81e4bd ^



d22a914 ^


2d6338e ^
fc719e4 ^



f81e4bd ^














50f25e7 ^
fc719e4 ^


50f25e7 ^
fc719e4 ^



2d6338e ^











ce475e4 ^

1bb1a80 ^
ce475e4 ^
e56ceb0 ^
28fc9fa ^

ccf5c02 ^


e56ceb0 ^

7899d15 ^

2d6338e ^


7899d15 ^


0ee7d30 ^



f4b7741 ^



2d6338e ^



















fc719e4 ^




0b14d92 ^







fc719e4 ^

7a26b48 ^
4875813 ^
fc719e4 ^





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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265