X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=README;h=4860bbe53e4101c125319ff65857917f01e1da33;hp=1f4be0a4f8eb15f4ca1a0a108c87d3b6bb2a3f21;hb=b43989207a949cbc17182b451aa527afe542c98f;hpb=eff4478c2d231060f920e209cbdfd266d56334e2 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.