X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/eb184e02eacaf49b71e1d841a9dfb94441247509..c53f0fca912e05cddcfbf79d99678b16d183c67d:/dwm.html?ds=sidebyside
diff --git a/dwm.html b/dwm.html
index 22f2cb3..efabdac 100644
--- a/dwm.html
+++ b/dwm.html
@@ -21,7 +21,7 @@
dwm is a dynamic window manager for X11.
- Philosophy
+ Background
As founder and main developer of wmii I came to the conclusion that
wmii is too clunky for my needs. I don't need so many funky features
@@ -33,13 +33,13 @@
which was a mistake. Thus the philosophy of dwm is simply to fit my
needs (maybe yours as well). That's it.
- Differences to ion, larswm, and wmii
+ Differences to ion, larswm, and wmii
In contrast to ion, larswm, and wmii, dwm is much smaller, faster and simpler.
-
- dwm has no Lua integration, no 9P support, no menu, no editable
+ dwm has no Lua integration, no 9P support, no editable
tagbars, no shell-based configuration, no remote control, and comes
without any additional tools like printing the selection or warping
the mouse.
@@ -67,7 +67,7 @@
and status text read from standard input. You don't have to learn
Lua/sh/ruby or some weird configuration file format (like X
resource files), beside C to customize it for your needs,
- you only have to learn C.
+ you only have to learn C (at least editing header files).
-
Because dwm is customized through editing its source code, it's
@@ -85,37 +85,42 @@
larsremote, wmiir and what not...
-
- dwm is only intended to fit Anselms needs. That means, Anselm
- does not want feedback to dwm. If you ask for support,
- feature requests, or if you report "bugs" (real bugs are welcome
- though), they will be ignored with a high
- chance. However you are free to download and distribute/relicense
- it, with the conditions of the MIT/X Consortium license.
+ It can be downloaded and distributed under the conditions
+ of the MIT/X Consortium license.
+ -
+ Optionally you can install dmenu to extend dwm with a wmii-alike menu.
+
+
+ Links
+
+ Download
+
- Documentation
- There is a man page.
- Screenshot
+ Development
- Click here for a screenshot (20060714)
+ dwm is actively developed in parallel to wmii. You can browse its source code repository or get a copy using Mercurial with following command:
- Development
- dwm is actively developed in parallel to wmii. You can browse its source code repository or get a copy using Mercurial with following command:
+ hg clone http://10kloc.org/cgi-bin/hgwebdir.cgi/dwm
- hg clone http://wmii.de/cgi-bin/hgwebdir.cgi/dwm
+ hg clone http://10kloc.org/cgi-bin/hgwebdir.cgi/dmenu
- Download
-
Miscellaneous
You can purchase this tricot
if you like dwm and the dwm logo, which has been designed by Anselm.
- --Anselm (20060714)
+ --Anselm