X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/eff4478c2d231060f920e209cbdfd266d56334e2..a3e3f0b9edd395f4ba34eeba60d58560c4528d47:/README?ds=inline diff --git a/README b/README index 1f4be0a..5915a27 100644 --- a/README +++ b/README @@ -18,11 +18,6 @@ necessary as root): make clean install -If you want to use a customized config.h, you can use the following -command for installing dwm: - - make CONFIG=.h clean install - Running dwm ----------- @@ -49,4 +44,5 @@ like this in your .xinitrc: Configuration ------------- -The configuration of dwm is done by editing config.h. +The configuration of dwm is done by creating a custom config.h +and (re)compiling the source code.