X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=README;h=a97a8b1630c71cf1cf8881d66891b4dde0bb3fcd;hp=2dcaeddfdc0e18dc8971c71a5c56a9a2e4993e66;hb=37fea84de800e70c8ca6db295ebfefe0b61dd6cb;hpb=60adbab72636e50dbafe4456c892c1bf26cee690 diff --git a/README b/README index 2dcaedd..a97a8b1 100644 --- a/README +++ b/README @@ -40,9 +40,11 @@ like this in your .xinitrc: while true do - echo `date` `uptime | sed 's/.*,//'` + xsetroot -name "`date` `uptime | sed 's/.*,//'`" sleep 1 - done | dwm + done & + dwm + kill $! Configuration