JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
applied Thomas' README patch
[dwm.git] / README
diff --git a/README b/README
index 2dcaedd..a97a8b1 100644 (file)
--- 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