X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/5d3fd3707b262508d1750cf95ac2e2f666be6163..e5765cdd844125f7044d316b710b9a5a55117557:/README 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.