aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authora@null <unknown>2008-12-12 19:49:06 +0000
committera@null <unknown>2008-12-12 19:49:06 +0000
commit0b5dcf229f64a23438e6ef5929d78b7f9bd48355 (patch)
tree12bebf28ea6e33a9ee470ffee9f6fd399bd34991 /README
parentfda92f46aadb4a344e52f3c560a63c9733606e3e (diff)
applied Neale Pickett's xprop status reading patch, updated README and dwm.1 accordingly
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 2dcaedd..b11cb00 100644
--- a/README
+++ b/README
@@ -40,7 +40,7 @@ like this in your .xinitrc:
while true
do
- echo `date` `uptime | sed 's/.*,//'`
+ xsetroot -name "`date` `uptime | sed 's/.*,//'`"
sleep 1
done | dwm