aboutsummarylogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authora@null2008-12-12 19:55:03 +0000
committera@null2008-12-12 19:55:03 +0000
commit9bfa967f4c9d262e0f18fe6fb1b0c1cb2a9664b2 (patch)
tree90772ed3f72e095866c449602965ffb7b484c5c3 /README
parent9e865ae71bc98e780252fca456d1b01c2953675a (diff)
downloadaur-9bfa967f4c9d262e0f18fe6fb1b0c1cb2a9664b2.tar.gz
re-applied Neale's spawn patch, credited Neale in LICENSE
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index b11cb00abf56..2e14579248b9 100644
--- a/README
+++ b/README
@@ -38,11 +38,12 @@ the DISPLAY environment variable is set correctly, e.g.:
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 | dwm
+ done
Configuration