Browse Source

s/sleep 5/sleep 2/

master
arg@10ksloc.org 18 years ago
parent
commit
f85b163899
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README

+ 1
- 1
README View File

@ -41,7 +41,7 @@ in .xinitrc:
while true
do
echo `date` `uptime | sed 's/.*://; s/,//g'`
sleep 5
sleep 2
done | dwm
Configuration


Loading…
Cancel
Save