README
changeset 1371 fcdbbc9c39de
parent 1370 6d6ed7a9183c
child 1375 9bd33197840f
--- a/README	Fri Dec 12 19:49:06 2008 +0000
+++ b/README	Fri Dec 12 19:55:03 2008 +0000
@@ -38,11 +38,12 @@
 In order to display status info in the bar, you can do something
 like this in your .xinitrc:
 
+    dwm &
     while true
     do
         xsetroot -name "`date` `uptime | sed 's/.*,//'`"
         sleep 1
-    done | dwm
+    done
 
 
 Configuration