X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/60adbab72636e50dbafe4456c892c1bf26cee690..5bc4db0f7606f098a9d7309fef080f4e95ebf2f1:/README diff --git a/README b/README index 2dcaedd..135c066 100644 --- a/README +++ b/README @@ -40,9 +40,10 @@ like this in your .xinitrc: while true do - echo `date` `uptime | sed 's/.*,//'` + xsetroot -name "`date` `uptime | sed 's/.*,//'`" sleep 1 - done | dwm + done & + exec dwm Configuration