X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/eff4478c2d231060f920e209cbdfd266d56334e2..d39d00057ce609e726b2769f953485dc4c7403cc:/README?ds=inline diff --git a/README b/README index 1f4be0a..4860bbe 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ dwm - dynamic window manager ---------------------------- -dwm is an extremely fast, small, and dynamic X11 window manager. +dwm is an extremely fast, small, and dynamic window manager for X. Requirements @@ -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.