fixing some minor issues, next week is dwm-5.9 release time

This commit is contained in:
garbeam@gmail.com 2011-06-11 08:33:20 +01:00
parent 5c710cf89c
commit d384cee751
3 changed files with 4 additions and 4 deletions

2
README
View file

@ -38,7 +38,7 @@ the DISPLAY environment variable is set correctly, e.g.:
In order to display status info in the bar, you can do something
like this in your .xinitrc:
while xsetroot -name "`date` `uptime | sed 's/.*,//'`"
while xsetroot -name "`date` `uptime | sed 's/.*,//'`
do
sleep 20
done &