X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=README;h=135c06649c425294e626bb774f0ad8d1340a9716;hp=2dcaeddfdc0e18dc8971c71a5c56a9a2e4993e66;hb=c6180949a759e936e57d7ec9d4cfee3379a39cef;hpb=60adbab72636e50dbafe4456c892c1bf26cee690 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