JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
applied Sylvain Laurent's EWMH fullscreen state patch, simplified his patch a bit
[dwm.git] / README
diff --git a/README b/README
index 2dcaedd..135c066 100644 (file)
--- a/README
+++ b/README
@@ -40,9 +40,10 @@ like this in your .xinitrc:
 
     while true
     do
-        echo `date` `uptime | sed 's/.*,//'`
+        xsetroot -name "`date` `uptime | sed 's/.*,//'`"
         sleep 1
-    done | dwm
+    done &
+    exec dwm
 
 
 Configuration