aboutsummarylogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorgarbeam@gmail.com2011-07-20 18:56:10 +0000
committergarbeam@gmail.com2011-07-20 18:56:10 +0000
commit0e27e2c9f5edc6e82a7ccce9ba4097181db99990 (patch)
tree3865fac85292eb05861b58c9124ba768adc680ca /README
parentbe98a4bd9c68c1ac8eb8ba6a9635a68131fbbc2f (diff)
downloadaur-0e27e2c9f5edc6e82a7ccce9ba4097181db99990.tar.gz
changed sleep 20 into sleep 1 in example script as suggested by Snader_LB
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 31fc8354eb94..7abf1cfc4381 100644
--- a/README
+++ b/README
@@ -40,7 +40,7 @@ like this in your .xinitrc:
while xsetroot -name "`date` `uptime | sed 's/.*,//'`"
do
- sleep 20
+ sleep 1
done &
exec dwm