dwm-meillo

annotate dwm.html @ 85:0a6472e22039

updated html
author Anselm R. Garbe <garbeam@wmii.de>
date Mon, 17 Jul 2006 10:00:55 +0200
parents 052fe7498930
children b1fcfec224ed
rev   line source
garbeam@34 1 <html>
garbeam@34 2 <head>
garbeam@34 3 <title>dwm - dynamic window manager</title>
garbeam@34 4 <meta name="author" content="Anselm R. Garbe">
garbeam@34 5 <meta name="generator" content="ed">
garbeam@34 6 <meta name="copyright" content="(C)opyright 2006 by Anselm R. Garbe">
garbeam@34 7 <style type="text/css">
garbeam@34 8 body {
garbeam@34 9 color: #000000;
garbeam@34 10 font-family: sans-serif;
garbeam@36 11 margin: 20px 20px 20px 20px;
garbeam@34 12 }
garbeam@34 13 </style>
garbeam@34 14 </head>
garbeam@34 15 <body>
garbeam@34 16 <center>
garbeam@35 17 <img src="dwm.png"/><br />
garbeam@34 18 <h3>dynamic window manager</h3>
garbeam@36 19 </center>
garbeam@36 20 <h3>Description</h3>
garbeam@34 21 <p>
garbeam@34 22 dwm is a dynamic window manager for X11.
garbeam@34 23 </p>
garbeam@47 24 <h3>Philosophy</h3>
garbeam@47 25 <p>
garbeam@47 26 As founder and main developer of wmii I came to the conclusion that
garbeam@47 27 wmii is too clunky for my needs. I don't need so many funky features
garbeam@47 28 and all this hype about remote control through a 9P service, I only
garbeam@47 29 want to manage my windows in a simple, but dynamic way. wmii never got
garbeam@47 30 finished because I listened to users, who proposed arbitrary ideas I
garbeam@48 31 considered useful. This resulted in an extreme <a href="http://www.jwz.org/doc/cadt.html">CADT</a>
garbeam@48 32 development model, which was a mistake. Thus the philosophy of
garbeam@48 33 dwm is simply <i>to fit my needs</i> (maybe yours as well). That's it.
garbeam@47 34 </p>
garbeam@36 35 <h3>Differences to wmii</h3
garbeam@34 36 <p>
garbeam@34 37 In contrast to wmii, dwm is only a window manager, and nothing else.
garbeam@36 38 Hence, it is much smaller, faster and simpler.
garbeam@34 39 </p>
garbeam@34 40 <ul>
garbeam@36 41 <li>
garbeam@84 42 dwm has no 9P support, no editable tagbars, no shell-based
garbeam@84 43 configuration and remote control and comes without any additional
garbeam@84 44 tools like printing the selection or warping the mouse.
garbeam@36 45 </li>
garbeam@36 46 <li>
garbeam@36 47 dwm is only a single binary, it's source code is intended to never
garbeam@36 48 exceed 2000 SLOC.
garbeam@36 49 </li>
garbeam@36 50 <li>
garbeam@36 51 dwm is customized through editing its source code, that makes it
garbeam@36 52 extremely fast and secure - it does not process any input data which
garbeam@36 53 hasn't been known at compile time, except window title names.
garbeam@36 54 </li>
garbeam@36 55 <li>
garbeam@36 56 dwm is based on tagging and dynamic window management (however simpler
garbeam@36 57 than wmii or larswm).
garbeam@36 58 </li>
garbeam@36 59 <li>
garbeam@36 60 dwm don't distinguishes between layers, there is no floating or
garbeam@36 61 managed layer. Wether the clients of currently selected tag are
garbeam@36 62 managed or not, you can re-arrange all clients on the fly. Popup-
garbeam@36 63 and fixed-size windows are treated unmanaged.
garbeam@36 64 </li>
garbeam@36 65 <li>
garbeam@36 66 dwm uses 1-pixel borders to provide the maximum of screen real
garbeam@36 67 estate to clients. Small titlebars are only drawn in front of unfocused
garbeam@36 68 clients.
garbeam@36 69 </li>
garbeam@36 70 <li>
garbeam@59 71 dwm reads from <b>stdin</b> to print arbitrary status text (like the
garbeam@58 72 date, load, battery charge). That's much simpler than larsremote,
garbeam@58 73 wmiir and what not...
garbeam@58 74 </li>
garbeam@58 75 <li>
garbeam@78 76 Anselm <b>does not</b> want any feedback to dwm. If you ask for support,
garbeam@46 77 feature requests, or if you report bugs, they will be <b>ignored</b>
garbeam@78 78 with a high chance. dwm is only intended to fit Anselms needs.
garbeam@46 79 However you are free to download and distribute/relicense it, with the
garbeam@36 80 conditions of the <a href="http://wmii.de/cgi-bin/hgwebdir.cgi/dwm?f=f10eb1139362;file=LICENSE;style=raw">MIT/X Consortium license</a>.
garbeam@36 81 </li>
garbeam@34 82 </ul>
garbeam@36 83 <h3>Screenshot</h3>
garbeam@34 84 <p>
garbeam@59 85 <a href="http://wmii.de/shots/dwm-20060714.png">Click here for a screenshot</a> (20060714)
garbeam@34 86 </p>
garbeam@36 87 <h3>Development</h3>
garbeam@34 88 <p>
garbeam@34 89 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:
garbeam@34 90 </p>
garbeam@34 91 <p>
garbeam@36 92 <code>hg clone http://wmii.de/cgi-bin/hgwebdir.cgi/dwm</code>
garbeam@34 93 </p>
garbeam@58 94 <h3>Download</h3>
garbeam@68 95 <ul>
garbeam@85 96 <li><a href="http://wmii.de/download/dwm-0.2.tar.gz">dwm 0.2</a> (13kb) (20060717)</li>
garbeam@68 97 </ul>
garbeam@58 98 <h3>Miscellaneous</h3>
garbeam@58 99 <p>
garbeam@58 100 You can purchase this <a href="https://www.spreadshirt.net/shop.php?op=article&article_id=3298632&view=403">tricot</a>
garbeam@78 101 if you like dwm and the dwm logo, which has been designed by Anselm.
garbeam@58 102 </p>
garbeam@58 103 <p><small>--Anselm (20060714)</small></p>
garbeam@34 104 </body>
garbeam@34 105 </html>