dwm-meillo
diff dwm.html @ 34:cd30cce52b78
added logo+description
author | Anselm R. Garbe <garbeam@wmii.de> |
---|---|
date | Thu, 13 Jul 2006 09:32:22 +0200 |
parents | |
children | 93c7c58a0891 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dwm.html Thu Jul 13 09:32:22 2006 +0200 1.3 @@ -0,0 +1,77 @@ 1.4 +<html> 1.5 + <head> 1.6 + <title>dwm - dynamic window manager</title> 1.7 + <meta name="author" content="Anselm R. Garbe"> 1.8 + <meta name="generator" content="ed"> 1.9 + <meta name="copyright" content="(C)opyright 2006 by Anselm R. Garbe"> 1.10 + <style type="text/css"> 1.11 + body { 1.12 + color: #000000; 1.13 + font-family: sans-serif; 1.14 + } 1.15 + </style> 1.16 + </head> 1.17 + <body> 1.18 + <center> 1.19 + <img src="logo.png"/><br /> 1.20 + <h3>dynamic window manager</h3> 1.21 + <center> 1.22 + <h2>Description</h3> 1.23 + <p> 1.24 + dwm is a dynamic window manager for X11. 1.25 + </p> 1.26 + <h2>Differences to wmii</h2 1.27 + <p> 1.28 + In contrast to wmii, dwm is only a window manager, and nothing else. 1.29 + Hence, it is much smaller, faster and simpler. dwm does 1.30 + <b>not</b> include following features wmii provides: 1.31 + </p> 1.32 + <ul> 1.33 + <li>9P support</li> 1.34 + <li>status bar</li> 1.35 + <li>menu</li> 1.36 + <li>editable tagbars</li> 1.37 + <li>shell-based config/control file</li> 1.38 + <li>small tools (selection printer, mouse warper)</li> 1.39 + </ul> 1.40 + <p> 1.41 + dwm is only a single binary, it's source code is intended to never 1.42 + exceed 2000 SLOC. 1.43 + </p> 1.44 + <p> 1.45 + dwm is customized through editing its source code, that makes it 1.46 + extremely fast and secure - it does not process any input data which 1.47 + hasn't been known at compile time, except window title names. 1.48 + </p> 1.49 + <p> 1.50 + dwm is based on tagging and dynamic window management (however simpler 1.51 + than wmii or larswm). 1.52 + </p> 1.53 + <p> 1.54 + dwm don't distinguishes between layers, there is no floating or managed 1.55 + layer. Wether the clients of currently selected tag are managed or not 1.56 + managed, you can re-arrange all clients on the fly. Popup- and 1.57 + fixed-size windows are treated unmanaged. 1.58 + </p> 1.59 + <p> 1.60 + dwm uses 1-pixel borders to provide the maximum of screen real 1.61 + estate to clients. Small titlebars are only drawn in front of unfocused 1.62 + clients. 1.63 + </p> 1.64 + <p> 1.65 + garbeam <b>don't</b> wants any feedback to dwm. If you ask for support, 1.66 + feature requests or if you report bugs, they will be <b>ignored</b> 1.67 + with a high chance. dwm is only intended to fit garbeam's needs, 1.68 + however you are free to download and distribute/relicense it, with the 1.69 + conditions of the <a href="http://wmii.de/cgi-bin/hgwebdir.cgi/dwm?f=f10eb1139362;file=LICENSE;style=raw">MIT/X Consortium license</a>. 1.70 + </p> 1.71 + <h2>Development</h2> 1.72 + <p> 1.73 + 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: 1.74 + </p> 1.75 + <p> 1.76 + <em>hg clone http://wmii.de/cgi-bin/hgwebdir.cgi/dwm</em> 1.77 + </p> 1.78 + <p>--Anselm</p> 1.79 + </body> 1.80 +</html>