dwm.html
changeset 47 2a251be59a6b
parent 46 58307ad56ec1
child 48 ceff29af8c7b
equal deleted inserted replaced
46:58307ad56ec1 47:2a251be59a6b
    18 			<h3>dynamic window manager</h3>
    18 			<h3>dynamic window manager</h3>
    19 		</center>
    19 		</center>
    20 		<h3>Description</h3>
    20 		<h3>Description</h3>
    21 		<p>
    21 		<p>
    22 		dwm is a dynamic window manager for X11.
    22 		dwm is a dynamic window manager for X11.
       
    23 		</p>
       
    24 		<h3>Philosophy</h3>
       
    25 		<p>
       
    26 		As founder and main developer of wmii I came to the conclusion that
       
    27 		wmii is too clunky for my needs. I don't need so many funky features
       
    28 		and all this hype about remote control through a 9P service, I only
       
    29 		want to manage my windows in a simple, but dynamic way. wmii never got
       
    30 		finished because I listened to users, who proposed arbitrary ideas I
       
    31 		considered useful. This resulted in an extreme <a href="http://www.jwz.org/doc/cadt.html">CADT model</a>
       
    32 		of developmentwhich was basically my mistake. Thus the philosophy of
       
    33 		dwm is to fit my needs. That's it.
    23 		</p>
    34 		</p>
    24 		<h3>Differences to wmii</h3	
    35 		<h3>Differences to wmii</h3	
    25 		<p>
    36 		<p>
    26 		In contrast to wmii, dwm is only a window manager, and nothing else.
    37 		In contrast to wmii, dwm is only a window manager, and nothing else.
    27 		Hence, it is much smaller, faster and simpler.
    38 		Hence, it is much smaller, faster and simpler.