changeset 136 | 3a9caa6d565b |
parent 135 | a4305fb0cfac |
child 143 | 36cabfe408cd |
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, |