aewl
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 diff
1.1 --- a/README Tue Aug 01 12:41:38 2006 +0200 1.2 +++ b/README Tue Aug 01 13:59:13 2006 +0200 1.3 @@ -18,6 +18,11 @@ 1.4 1.5 make clean install 1.6 1.7 +If you want to use a customized config.h, you can use the following 1.8 +command for installing dwm: 1.9 + 1.10 + make CONFIG=<your-config>.h clean install 1.11 + 1.12 1.13 Running dwm 1.14 ----------- 1.15 @@ -47,5 +52,4 @@ 1.16 1.17 Configuration 1.18 ------------- 1.19 -The configuration of dwm is done by customizing its source code 1.20 -(grep for the CUSTOMIZE keyword). 1.21 +The configuration of dwm is done by editing config.h.