X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/60adbab72636e50dbafe4456c892c1bf26cee690..c45d46ad9a44b9897c8c12eacb60b5cbdd31be7c:/README?ds=inline 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