changeset 146 | f328ce9c558c |
parent 143 | 36cabfe408cd |
child 154 | a011f447af88 |
--- a/README Tue Aug 01 12:41:38 2006 +0200 +++ b/README Tue Aug 01 13:59:13 2006 +0200 @@ -18,6 +18,11 @@ make clean install +If you want to use a customized config.h, you can use the following +command for installing dwm: + + make CONFIG=<your-config>.h clean install + Running dwm ----------- @@ -47,5 +52,4 @@ Configuration ------------- -The configuration of dwm is done by customizing its source code -(grep for the CUSTOMIZE keyword). +The configuration of dwm is done by editing config.h.