X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/60adbab72636e50dbafe4456c892c1bf26cee690..a88e0373efe5f6800a99fca2c228be98b522aaa9:/README

diff --git a/README b/README
index 2dcaedd..135c066 100644
--- 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