[hackers] [dwm] applied another minor change to the README || Anselm R Garbe

From: <hg_AT_suckless.org>
Date: Thu, 12 May 2011 16:16:36 +0200 (CEST)

changeset: 1540:08f7cd899482
user: Anselm R Garbe <anselm_AT_garbe.us>
date: Wed Apr 27 15:55:18 2011 +0000
files: README
description:
applied another minor change to the README

diff -r 1b7f8b5497df -r 08f7cd899482 README
--- a/README Wed Apr 27 12:38:59 2011 +0000
+++ b/README Wed Apr 27 15:55:18 2011 +0000
@@ -38,13 +38,11 @@
 In order to display status info in the bar, you can do something
 like this in your .xinitrc:
 
- while true
+ while xsetroot -name "`date` `uptime | sed 's/.*,//'`"
     do
- xsetroot -name "`date` `uptime | sed 's/.*,//'`"
- sleep 1
+ sleep 20
     done &
- dwm
- kill $!
+ exec dwm
 
 
 Configuration
Received on Thu May 12 2011 - 16:16:36 CEST

This archive was generated by hypermail 2.2.0 : Thu May 12 2011 - 16:24:06 CEST