made status script example of .xinitrc more useful
authora@null
Sat, 13 Dec 2008 20:20:26 +0000
changeset 1375 9bd33197840f
parent 1374 ff5fd6693d5d
child 1376 9b2b792dce12
made status script example of .xinitrc more useful
README
--- 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