aewl

changeset 36:d969b6807162

last change to dwm.html
author Anselm R. Garbe <garbeam@wmii.de>
date Thu, 13 Jul 2006 10:02:28 +0200
parents 93c7c58a0891
children eb14fb2c0ee0
files dwm.html
diffstat 1 files changed, 47 insertions(+), 43 deletions(-) [+]
line diff
     1.1 --- a/dwm.html	Thu Jul 13 09:33:26 2006 +0200
     1.2 +++ b/dwm.html	Thu Jul 13 10:02:28 2006 +0200
     1.3 @@ -8,6 +8,7 @@
     1.4  			body {
     1.5  				color: #000000;
     1.6  				font-family: sans-serif;
     1.7 +				margin: 20px 20px 20px 20px;
     1.8  			}
     1.9  		</style>
    1.10  	</head>
    1.11 @@ -15,63 +16,66 @@
    1.12  		<center>
    1.13  			<img src="dwm.png"/><br />
    1.14  			<h3>dynamic window manager</h3>
    1.15 -		<center>
    1.16 -		<h2>Description</h3>
    1.17 +		</center>
    1.18 +		<h3>Description</h3>
    1.19  		<p>
    1.20  		dwm is a dynamic window manager for X11.
    1.21  		</p>
    1.22 -		<h2>Differences to wmii</h2	
    1.23 +		<h3>Differences to wmii</h3	
    1.24  		<p>
    1.25  		In contrast to wmii, dwm is only a window manager, and nothing else.
    1.26 -		Hence, it is much smaller, faster and simpler. dwm does
    1.27 -		<b>not</b> include following features wmii provides:
    1.28 +		Hence, it is much smaller, faster and simpler.
    1.29  		</p>
    1.30  		<ul>
    1.31 -			<li>9P support</li>
    1.32 -			<li>status bar</li>
    1.33 -			<li>menu</li>
    1.34 -			<li>editable tagbars</li>
    1.35 -			<li>shell-based config/control file</li>
    1.36 -			<li>small tools (selection printer, mouse warper)</li>
    1.37 +			<li>
    1.38 +			dwm has no 9P support, no status bar, no menu, no editable tagbars,
    1.39 +			no shell-based configuration and remote control and comes without
    1.40 +			any additional tools like printing the selection or warping the
    1.41 +			mouse.
    1.42 +			</li>
    1.43 +			<li>
    1.44 +			dwm is only a single binary, it's source code is intended to never
    1.45 +			exceed 2000 SLOC.
    1.46 +			</li>
    1.47 +			<li>
    1.48 +			dwm is customized through editing its source code, that makes it
    1.49 +			extremely fast and secure - it does not process any input data which
    1.50 +			hasn't been known at compile time, except window title names.
    1.51 +			</li>
    1.52 +			<li>
    1.53 +			dwm is based on tagging and dynamic window management (however simpler
    1.54 +			than wmii or larswm).
    1.55 +			</li>
    1.56 +			<li>
    1.57 +			dwm don't distinguishes between layers, there is no floating or
    1.58 +			managed layer. Wether the clients of currently selected tag are
    1.59 +			managed or not, you can re-arrange all clients on the fly. Popup-
    1.60 +			and fixed-size windows are treated unmanaged. 
    1.61 +			</li>
    1.62 +			<li>
    1.63 +			dwm uses 1-pixel borders to provide the maximum of screen real
    1.64 +			estate to clients. Small titlebars are only drawn in front of unfocused
    1.65 +			clients.
    1.66 +			</li>
    1.67 +			<li>
    1.68 +			garbeam <b>don't</b> wants any feedback to dwm. If you ask for support,
    1.69 +			feature requests or if you report bugs, they will be <b>ignored</b>
    1.70 +			with a high chance. dwm is only intended to fit garbeam's needs,
    1.71 +			however you are free to download and distribute/relicense it, with the
    1.72 +			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.73 +			</li>
    1.74  		</ul>
    1.75 +		<h3>Screenshot</h3>
    1.76  		<p>
    1.77 -		dwm is only a single binary, it's source code is intended to never
    1.78 -		exceed 2000 SLOC.
    1.79 +		<a href="http://wmii.de/shots/dwm-20060713.png">Click here for a screenshot</a> (20060713)
    1.80  		</p>
    1.81 -		<p>
    1.82 -		dwm is customized through editing its source code, that makes it
    1.83 -		extremely fast and secure - it does not process any input data which
    1.84 -		hasn't been known at compile time, except window title names.
    1.85 -		</p>
    1.86 -		<p>
    1.87 -		dwm is based on tagging and dynamic window management (however simpler
    1.88 -		than wmii or larswm).
    1.89 -		</p>
    1.90 -		<p>
    1.91 -		dwm don't distinguishes between layers, there is no floating or managed
    1.92 -		layer. Wether the clients of currently selected tag are managed or not
    1.93 -		managed, you can re-arrange all clients on the fly. Popup- and
    1.94 -		fixed-size windows are treated unmanaged. 
    1.95 -		</p>
    1.96 -		<p>
    1.97 -		dwm uses 1-pixel borders to provide the maximum of screen real
    1.98 -		estate to clients. Small titlebars are only drawn in front of unfocused
    1.99 -		clients.
   1.100 -		</p>
   1.101 -		<p>
   1.102 -		garbeam <b>don't</b> wants any feedback to dwm. If you ask for support,
   1.103 -		feature requests or if you report bugs, they will be <b>ignored</b>
   1.104 -		with a high chance. dwm is only intended to fit garbeam's needs,
   1.105 -		however you are free to download and distribute/relicense it, with the
   1.106 -		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.107 -		</p>
   1.108 -		<h2>Development</h2>
   1.109 +		<h3>Development</h3>
   1.110  		<p>
   1.111  		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.112  		</p>
   1.113  		<p>
   1.114 -		<em>hg clone http://wmii.de/cgi-bin/hgwebdir.cgi/dwm</em>
   1.115 +		<code>hg clone http://wmii.de/cgi-bin/hgwebdir.cgi/dwm</code>
   1.116  		</p>
   1.117 -		<p>--Anselm</p>
   1.118 +		<p>--Anselm (20060713)</p>
   1.119  	</body>
   1.120  </html>