X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/d34b4c7b9aaa4c8abadee6bc562ce4aef689e1f7..095f9e143eb1379631f6a0ffc6b923a6f7a687e2:/dwm.html?ds=inline
diff --git a/dwm.html b/dwm.html
index 0eade9d..698f739 100644
--- a/dwm.html
+++ b/dwm.html
@@ -39,7 +39,7 @@
-
- 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
@@ -88,15 +88,24 @@
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
+
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:
@@ -104,15 +113,14 @@
hg clone http://10kloc.org/cgi-bin/hgwebdir.cgi/dwm
- Download
-
+
+ hg clone http://10kloc.org/cgi-bin/hgwebdir.cgi/dmenu
+
Miscellaneous
You can purchase this tricot
if you like dwm and the dwm logo, which has been designed by Anselm.
- --Anselm (20060719)
+ --Anselm