author | Anselm R Garbe <garbeam@gmail.com> |
Tue, 24 Jun 2008 12:40:48 +0100 | |
changeset 1301 | 45e486845a1f |
parent 1021 | b385ba02e179 |
child 1370 | 6d6ed7a9183c |
permissions | -rw-r--r-- |
37 | 1 |
dwm - dynamic window manager |
497 | 2 |
============================ |
316
d69cdb180a3e
small changes to dwm.1, rearranged order within main event loop
Anselm R.Garbe <arg@10ksloc.org>
parents:
174
diff
changeset
|
3 |
dwm is an extremely fast, small, and dynamic window manager for X. |
17 | 4 |
|
5 |
||
0 | 6 |
Requirements |
7 |
------------ |
|
34 | 8 |
In order to build dwm you need the Xlib header files. |
0 | 9 |
|
10 |
||
11 |
Installation |
|
12 |
------------ |
|
143 | 13 |
Edit config.mk to match your local setup (dwm is installed into |
14 |
the /usr/local namespace by default). |
|
0 | 15 |
|