tremoved html crap - dwm - [fork] customized build of dwm, the dynamic window m… | |
git clone git://src.adamsgaard.dk/dwm | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 1b2e149cb407be34be0f2b28b8801dc3224eb5c2 | |
parent 6136640ec96edd7219cbb402e3aab1d894c946a5 | |
Author: Anselm R. Garbe <[email protected]> | |
Date: Mon, 4 Sep 2006 17:37:31 +0200 | |
removed html crap | |
Diffstat: | |
M config.mk | 2 +- | |
D dwm.html | 127 -----------------------------… | |
D favicon.ico | 0 | |
3 files changed, 1 insertion(+), 128 deletions(-) | |
--- | |
diff --git a/config.mk b/config.mk | |
t@@ -1,5 +1,5 @@ | |
# dwm version | |
-VERSION = 1.3 | |
+VERSION = 1.4 | |
# Customize below to fit your system | |
diff --git a/dwm.html b/dwm.html | |
t@@ -1,127 +0,0 @@ | |
-<html> | |
- <head> | |
- <title>dwm - dynamic window manager</title> | |
- <meta name="author" content="Anselm R. Garbe"> | |
- <meta name="generator" content="ed"> | |
- <meta name="copyright" content="(C)opyright 2006 by Anselm R. … | |
- <link rel="dwm icon" href="favicon.ico" type="image/x-icon" /> | |
- <style type="text/css"> | |
- body { | |
- color: #000000; | |
- font-family: sans-serif; | |
- margin: 20px 20px 20px 20px; | |
- } | |
- </style> | |
- </head> | |
- <body> | |
- <center> | |
- <img src="dwm.png"/><br /> | |
- <h3>dynamic window manager</h3> | |
- </center> | |
- <h3>Description</h3> | |
- <p> | |
- dwm is a dynamic window manager for X11. | |
- </p> | |
- <h4>Background</h4> | |
- <p> | |
- As founder and main developer of wmii I came to the conclusion… | |
- wmii is too clunky for my needs. I don't need so many funky fe… | |
- and all this hype about remote control through a 9P service, I… | |
- want to manage my windows in a simple, but dynamic way. wmii n… | |
- finished because I listened to users, who proposed arbitrary i… | |
- considered useful. This resulted in an extreme <a | |
- href="http://www.jwz.org/doc/cadt.html">CADT</a> development m… | |
- which was a mistake. Thus the philosophy of dwm is simply <i>t… | |
- needs</i> (maybe yours as well). That's it. | |
- </p> | |
- <h4>Differences to ion, larswm, and wmii</h4> | |
- <p> | |
- In contrast to ion, larswm, and wmii, dwm is much smaller, fas… | |
- </p> | |
- <ul> | |
- <li> | |
- dwm has no Lua integration, no 9P support, no editable | |
- tagbars, no shell-based configuration, no remote contr… | |
- without any additional tools like printing the selecti… | |
- the mouse. | |
- </li> | |
- <li> | |
- dwm is only a single binary, it's source code is inten… | |
- exceed 2000 SLOC. | |
- </li> | |
- <li> | |
- dwm is based on tagging and dynamic window management … | |
- simpler than ion, wmii or larswm). It manages windows … | |
- tiling and floating modes. Either mode can be applied … | |
- depending on the application in use and the task perfo… | |
- </li> | |
- <li> | |
- dwm doesn't distinguishes between layers, there is no … | |
- tiled layer. Wether the clients of currently selected … | |
- tiled mode or not, you can re-arrange all clients on t… | |
- Popup- and fixed-size windows are treated floating, ho… | |
- </li> | |
- <li> | |
- dwm is customized through editing its source code, tha… | |
- extremely fast and secure - it does not process any in… | |
- which hasn't been known at compile time, except window… | |
- and status text read from standard input. You don't ha… | |
- Lua/sh/ruby or some weird configuration file format (l… | |
- resource files), beside C to customize it for your nee… | |
- you <b>only</b> have to learn C (at least editing head… | |
- </li> | |
- <li> | |
- Because dwm is customized through editing its source c… | |
- pointless to make binary packages of it. This keeps it… | |
- small and elitist. No novices asking stupid questions. | |
- </li> | |
- <li> | |
- dwm uses 1-pixel borders to provide the maximum of scr… | |
- estate to clients. Small titlebars are only drawn in f… | |
- unfocused clients. | |
- </li> | |
- <li> | |
- dwm reads from standard input to print arbitrary statu… | |
- the date, load, battery charge). That's much simpler t… | |
- larsremote, wmiir and what not... | |
- </li> | |
- <li> | |
- It can be downloaded and distributed under the conditi… | |
- of the <a href="http://10kloc.org/cgi-bin/hgwebdir.cgi… | |
- </li> | |
- <li> | |
- Optionally you can install <b>dmenu</b> to extend dwm … | |
- </li> | |
- </ul> | |
- <h4>Links</h4> | |
- <ul> | |
- <li><a href="http://10kloc.org/cgi-bin/man/man2html?qu… | |
- <li><a href="http://10kloc.org/shots/dwm-20060810a.png… | |
- <li><a href="http://10kloc.org/shots/dwm-20060810b.png… | |
- <li><a href="http://10kloc.org/download/poster.ps">A4 … | |
- <li>Mailing List: <a href="http://10kloc.org/cgi-bin/m… | |
- <li>IRC channel: <code>#dwm</code> at <code>irc.oftc.n… | |
- </ul> | |
- <h3>Download</h3> | |
- <ul> | |
- <li><a href="http://10kloc.org/download/dwm-1.2.tar.gz… | |
- <li><a href="http://10kloc.org/download/dmenu-0.6.tar.… | |
- </ul> | |
- <h3>Development</h3> | |
- <p> | |
- dwm is actively developed in parallel to wmii. You can <a href… | |
- </p> | |
- <p> | |
- <code>hg clone http://10kloc.org/cgi-bin/hgwebdir.cgi/dwm</cod… | |
- </p> | |
- <p> | |
- <code>hg clone http://10kloc.org/cgi-bin/hgwebdir.cgi/dmenu</c… | |
- </p> | |
- <h3>Miscellaneous</h3> | |
- <p> | |
- You can purchase this <a href="https://www.spreadshirt.net/sho… | |
- if you like dwm and the dwm logo, which has been designed by A… | |
- </p> | |
- <p><small>--Anselm</small></p> | |
- </body> | |
-</html> | |
diff --git a/favicon.ico b/favicon.ico | |
Binary files differ. |