Browse Source

small change to README

custom-dwm
Anselm R. Garbe 20 years ago
parent
commit
02cea3b47e
  1. 2
      README

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