README
changeset 1375 9bd33197840f
parent 1371 fcdbbc9c39de
child 1539 e2a9bd720b6e
--- a/README	Sat Dec 13 17:44:29 2008 +0000
+++ b/README	Sat Dec 13 20:20:26 2008 +0000
@@ -38,12 +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
+    done &
+    exec dwm
 
 
 Configuration