dwm.html
author Anselm R. Garbe <garbeam@wmii.de>
Thu, 13 Jul 2006 12:35:46 +0200
changeset 47 2a251be59a6b
parent 46 58307ad56ec1
child 48 ceff29af8c7b
permissions -rw-r--r--
added philosophy section
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
34
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
     1
<html>
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
     2
	<head>
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
     3
		<title>dwm - dynamic window manager</title>
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
     4
		<meta name="author" content="Anselm R. Garbe">
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
     5
		<meta name="generator" content="ed">
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
     6
		<meta name="copyright" content="(C)opyright 2006 by Anselm R. Garbe">
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
     7
		<style type="text/css">
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
     8
			body {
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
     9
				color: #000000;
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    10
				font-family: sans-serif;
36
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    11
				margin: 20px 20px 20px 20px;
34
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    12
			}
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    13
		</style>
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    14
	</head>
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    15
	<body>
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    16
		<center>
35
93c7c58a0891 renamed/changed
Anselm R. Garbe <garbeam@wmii.de>
parents: 34
diff changeset
    17
			<img src="dwm.png"/><br />
34
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    18
			<h3>dynamic window manager</h3>
36
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    19
		</center>
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    20
		<h3>Description</h3>
34
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    21
		<p>
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    22
		dwm is a dynamic window manager for X11.
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    23
		</p>
47
2a251be59a6b added philosophy section
Anselm R. Garbe <garbeam@wmii.de>
parents: 46
diff changeset
    24
		<h3>Philosophy</h3>
2a251be59a6b added philosophy section
Anselm R. Garbe <garbeam@wmii.de>
parents: 46
diff changeset
    25
		<p>
2a251be59a6b added philosophy section
Anselm R. Garbe <garbeam@wmii.de>
parents: 46
diff changeset
    26
		As founder and main developer of wmii I came to the conclusion that
2a251be59a6b added philosophy section
Anselm R. Garbe <garbeam@wmii.de>
parents: 46
diff changeset
    27
		wmii is too clunky for my needs. I don't need so many funky features
2a251be59a6b added philosophy section
Anselm R. Garbe <garbeam@wmii.de>
parents: 46
diff changeset
    28
		and all this hype about remote control through a 9P service, I only
2a251be59a6b added philosophy section
Anselm R. Garbe <garbeam@wmii.de>
parents: 46
diff changeset
    29
		want to manage my windows in a simple, but dynamic way. wmii never got
2a251be59a6b added philosophy section
Anselm R. Garbe <garbeam@wmii.de>
parents: 46
diff changeset
    30
		finished because I listened to users, who proposed arbitrary ideas I
2a251be59a6b added philosophy section
Anselm R. Garbe <garbeam@wmii.de>
parents: 46
diff changeset
    31
		considered useful. This resulted in an extreme <a href="http://www.jwz.org/doc/cadt.html">CADT model</a>
2a251be59a6b added philosophy section
Anselm R. Garbe <garbeam@wmii.de>
parents: 46
diff changeset
    32
		of developmentwhich was basically my mistake. Thus the philosophy of
2a251be59a6b added philosophy section
Anselm R. Garbe <garbeam@wmii.de>
parents: 46
diff changeset
    33
		dwm is to fit my needs. That's it.
2a251be59a6b added philosophy section
Anselm R. Garbe <garbeam@wmii.de>
parents: 46
diff changeset
    34
		</p>
36
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    35
		<h3>Differences to wmii</h3	
34
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    36
		<p>
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    37
		In contrast to wmii, dwm is only a window manager, and nothing else.
36
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    38
		Hence, it is much smaller, faster and simpler.
34
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    39
		</p>
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    40
		<ul>
36
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    41
			<li>
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    42
			dwm has no 9P support, no status bar, no menu, no editable tagbars,
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    43
			no shell-based configuration and remote control and comes without
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    44
			any additional tools like printing the selection or warping the
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    45
			mouse.
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    46
			</li>
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    47
			<li>
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    48
			dwm is only a single binary, it's source code is intended to never
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    49
			exceed 2000 SLOC.
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    50
			</li>
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    51
			<li>
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    52
			dwm is customized through editing its source code, that makes it
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    53
			extremely fast and secure - it does not process any input data which
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    54
			hasn't been known at compile time, except window title names.
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    55
			</li>
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    56
			<li>
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    57
			dwm is based on tagging and dynamic window management (however simpler
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    58
			than wmii or larswm).
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    59
			</li>
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    60
			<li>
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    61
			dwm don't distinguishes between layers, there is no floating or
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    62
			managed layer. Wether the clients of currently selected tag are
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    63
			managed or not, you can re-arrange all clients on the fly. Popup-
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    64
			and fixed-size windows are treated unmanaged. 
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    65
			</li>
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    66
			<li>
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    67
			dwm uses 1-pixel borders to provide the maximum of screen real
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    68
			estate to clients. Small titlebars are only drawn in front of unfocused
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    69
			clients.
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    70
			</li>
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    71
			<li>
40
c18081cb9f10 fixed grammar bug reported by John-Galt
Anselm R. Garbe <garbeam@wmii.de>
parents: 36
diff changeset
    72
			garbeam <b>does not</b> want any feedback to dwm. If you ask for support,
46
58307ad56ec1 added xlock command (I need it regularly)
Anselm R. Garbe <garbeam@wmii.de>
parents: 40
diff changeset
    73
			feature requests, or if you report bugs, they will be <b>ignored</b>
58307ad56ec1 added xlock command (I need it regularly)
Anselm R. Garbe <garbeam@wmii.de>
parents: 40
diff changeset
    74
			with a high chance. dwm is only intended to fit garbeams needs.
58307ad56ec1 added xlock command (I need it regularly)
Anselm R. Garbe <garbeam@wmii.de>
parents: 40
diff changeset
    75
			However you are free to download and distribute/relicense it, with the
36
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    76
			conditions of the <a href="http://wmii.de/cgi-bin/hgwebdir.cgi/dwm?f=f10eb1139362;file=LICENSE;style=raw">MIT/X Consortium license</a>.
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    77
			</li>
34
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    78
		</ul>
36
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    79
		<h3>Screenshot</h3>
34
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    80
		<p>
36
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    81
		<a href="http://wmii.de/shots/dwm-20060713.png">Click here for a screenshot</a> (20060713)
34
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    82
		</p>
36
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    83
		<h3>Development</h3>
34
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    84
		<p>
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    85
		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:
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    86
		</p>
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    87
		<p>
36
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    88
		<code>hg clone http://wmii.de/cgi-bin/hgwebdir.cgi/dwm</code>
34
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    89
		</p>
36
d969b6807162 last change to dwm.html
Anselm R. Garbe <garbeam@wmii.de>
parents: 35
diff changeset
    90
		<p>--Anselm (20060713)</p>
34
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    91
	</body>
cd30cce52b78 added logo+description
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    92
</html>