tchanged sleep 20 into sleep 1 in example script as suggested by Snader_LB - dwm - [fork] customized build of dwm, the dynamic window manager
 (HTM) git clone git://src.adamsgaard.dk/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit c99fe7dd7d0dfe00625ae3bcd037ff305661f56d
 (DIR) parent d6670a800d33639cdf64de170650b64c1921a300
 (HTM) Author: garbeam@gmail.com <unknown>
       Date:   Wed, 20 Jul 2011 18:56:10 +0000
       
       changed sleep 20 into sleep 1 in example script as suggested by Snader_LB
       Diffstat:
         M README                              |       2 +-
         M config.mk                           |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/README b/README
       t@@ -40,7 +40,7 @@ like this in your .xinitrc:
        
            while xsetroot -name "`date` `uptime | sed 's/.*,//'`"
            do
       -            sleep 20
       +            sleep 1
            done &
            exec dwm
        
 (DIR) diff --git a/config.mk b/config.mk
       t@@ -1,5 +1,5 @@
        # dwm version
       -VERSION = 5.9
       +VERSION = 5.9.1
        
        # Customize below to fit your system