diff options
author | a@null <unknown> | 2008-12-12 19:49:06 +0000 |
---|---|---|
committer | a@null <unknown> | 2008-12-12 19:49:06 +0000 |
commit | 0b5dcf229f64a23438e6ef5929d78b7f9bd48355 (patch) | |
tree | 12bebf28ea6e33a9ee470ffee9f6fd399bd34991 /README | |
parent | fda92f46aadb4a344e52f3c560a63c9733606e3e (diff) | |
download | dwm-0b5dcf229f64a23438e6ef5929d78b7f9bd48355.tar.gz |
applied Neale Pickett's xprop status reading patch, updated README and dwm.1 accordingly
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
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 |