Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
removed some global vars which should be static instead
[dwm.git]
/
README
diff --git
a/README
b/README
index
7da2cb7
..
b4fde50
100644
(file)
--- a/
README
+++ b/
README
@@
-37,7
+37,7
@@
like this in your .xinitrc:
while true
do
- echo `date` `uptime | sed 's/.*
://; s/,//g
'`
+ echo `date` `uptime | sed 's/.*
,//
'`
sleep 1
done | dwm