3 <title>dwm - dynamic window manager
</title>
4 <meta name=
"author" content=
"Anselm R. Garbe">
5 <meta name=
"generator" content=
"ed">
6 <meta name=
"copyright" content=
"(C)opyright 2006 by Anselm R. Garbe">
7 <style type=
"text/css">
10 font-family: sans-serif;
16 <img src=
"logo.png"/><br />
17 <h3>dynamic window manager
</h3>
21 dwm is a dynamic window manager for X11.
23 <h2>Differences to wmii
</h2
25 In contrast to wmii, dwm is only a window manager, and nothing else.
26 Hence, it is much smaller, faster and simpler. dwm does
27 <b>not
</b> include following features wmii provides:
33 <li>editable tagbars
</li>
34 <li>shell-based config/control file
</li>
35 <li>small tools (selection printer, mouse warper)
</li>
38 dwm is only a single binary, it's source code is intended to never
42 dwm is customized through editing its source code, that makes it
43 extremely fast and secure - it does not process any input data which
44 hasn't been known at compile time, except window title names.
47 dwm is based on tagging and dynamic window management (however simpler
51 dwm don't distinguishes between layers, there is no floating or managed
52 layer. Wether the clients of currently selected tag are managed or not
53 managed, you can re-arrange all clients on the fly. Popup- and
54 fixed-size windows are treated unmanaged.
57 dwm uses
1-pixel borders to provide the maximum of screen real
58 estate to clients. Small titlebars are only drawn in front of unfocused
62 garbeam
<b>don't
</b> wants any feedback to dwm. If you ask for support,
63 feature requests or if you report bugs, they will be
<b>ignored
</b>
64 with a high chance. dwm is only intended to fit garbeam's needs,
65 however you are free to download and distribute/relicense it, with the
66 conditions of the
<a href=
"http://wmii.de/cgi-bin/hgwebdir.cgi/dwm?f=f10eb1139362;file=LICENSE;style=raw">MIT/X Consortium license
</a>.
70 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:
73 <em>hg clone http://wmii.de/cgi-bin/hgwebdir.cgi/dwm
</em>