X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=README;h=b4fde501384219f90bccb506287dbf4dfb7b8d68;hb=a923298d3577dca0e69fd70edbef56c7822258e3;hp=5d40d95f0c336824434daf39149740f3ceff1740;hpb=5d3fd3707b262508d1750cf95ac2e2f666be6163;p=dwm.git diff --git a/README b/README index 5d40d95..b4fde50 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 @@ -37,11 +37,12 @@ like this in your .xinitrc: while true do - echo `date` `uptime | sed 's/.*://; s/,//g'` + echo `date` `uptime | sed 's/.*,//'` sleep 1 done | dwm 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.