pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6670a8
)
changed sleep 20 into sleep 1 in example script as suggested by Snader_LB
author
garbeam@gmail.com
<unknown>
Wed, 20 Jul 2011 18:56:10 +0000
(18:56 +0000)
committer
garbeam@gmail.com
<unknown>
Wed, 20 Jul 2011 18:56:10 +0000
(18:56 +0000)
README
patch
|
blob
|
history
config.mk
patch
|
blob
|
history
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
- sleep
20
+ sleep
1
done &
exec dwm
diff --git
a/config.mk
b/config.mk
index
16ffac3
..
99085e1
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-1,5
+1,5
@@
# dwm version
-VERSION = 5.9
+VERSION = 5.9
.1
# Customize below to fit your system