JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
changed sleep 20 into sleep 1 in example script as suggested by Snader_LB
authorgarbeam@gmail.com <unknown>
Wed, 20 Jul 2011 18:56:10 +0000 (18:56 +0000)
committergarbeam@gmail.com <unknown>
Wed, 20 Jul 2011 18:56:10 +0000 (18:56 +0000)
README
config.mk

diff --git a/README b/README
index 31fc835..7abf1cf 100644 (file)
--- a/README
+++ b/README
@@ -40,7 +40,7 @@ like this in your .xinitrc:
 
     while xsetroot -name "`date` `uptime | sed 's/.*,//'`"
     do
 
     while xsetroot -name "`date` `uptime | sed 's/.*,//'`"
     do
-       sleep 20
+       sleep 1
     done &
     exec dwm
 
     done &
     exec dwm
 
index 16ffac3..99085e1 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
 # dwm version
 # dwm version
-VERSION = 5.9
+VERSION = 5.9.1
 
 # Customize below to fit your system
 
 
 # Customize below to fit your system