diff -r ff5fd6693d5d -r 9bd33197840f README --- a/README Sat Dec 13 17:44:29 2008 +0000 +++ b/README Sat Dec 13 20:20:26 2008 +0000 @@ -38,12 +38,12 @@ In order to display status info in the bar, you can do something like this in your .xinitrc: - dwm & while true do xsetroot -name "`date` `uptime | sed 's/.*,//'`" sleep 1 - done + done & + exec dwm Configuration