comparison 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
comparison
equal deleted inserted replaced
145:774754477c35 146:f328ce9c558c
15 15
16 Afterwards enter the following command to build and install dwm (if 16 Afterwards enter the following command to build and install dwm (if
17 necessary as root): 17 necessary as root):
18 18
19 make clean install 19 make clean install
20
21 If you want to use a customized config.h, you can use the following
22 command for installing dwm:
23
24 make CONFIG=<your-config>.h clean install
20 25
21 26
22 Running dwm 27 Running dwm
23 ----------- 28 -----------
24 Add the following line to your .xinitrc to start dwm using startx: 29 Add the following line to your .xinitrc to start dwm using startx:
45 done | dwm 50 done | dwm
46 51
47 52
48 Configuration 53 Configuration
49 ------------- 54 -------------
50 The configuration of dwm is done by customizing its source code 55 The configuration of dwm is done by editing config.h.
51 (grep for the CUSTOMIZE keyword).