Mercurial > dwm-meillo
diff README @ 146:f328ce9c558c
centralized/externalized configuration to config.h
author | arg@10ksloc.org |
---|---|
date | Tue, 01 Aug 2006 13:59:13 +0200 |
parents | 36cabfe408cd |
children | a011f447af88 |
line wrap: on
line diff
--- 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.