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