X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/60adbab72636e50dbafe4456c892c1bf26cee690..6644a6aa2e4267fa67c811f60e6f9f99a0b1e067:/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