comparison README @ 136:3a9caa6d565b

s/sleep 5/sleep 2/
author arg@10ksloc.org
date Fri, 21 Jul 2006 11:54:14 +0200
parents a4305fb0cfac
children 36cabfe408cd
comparison
equal deleted inserted replaced
135:a4305fb0cfac 136:3a9caa6d565b
39 in .xinitrc: 39 in .xinitrc:
40 40
41 while true 41 while true
42 do 42 do
43 echo `date` `uptime | sed 's/.*://; s/,//g'` 43 echo `date` `uptime | sed 's/.*://; s/,//g'`
44 sleep 5 44 sleep 2
45 done | dwm 45 done | dwm
46 46
47 Configuration 47 Configuration
48 ------------- 48 -------------
49 The configuration of dwm is done by customizing source code, 49 The configuration of dwm is done by customizing source code,