small change to README

keyboard
Anselm R. Garbe 18 years ago
parent 1c2d673ded
commit 02cea3b47e
  1. 2
      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

Loading…
Cancel
Save