dwm

My fork of https://dwm.suckless.org/
git clone https://git.inz.fi/dwm/
Log | Files | Refs | README | LICENSE

commit f85b163899a743d29ebdf1d4969e729b3f2cb79c
parent 2b66f7afb1040c1dd8869ce335dc960751f9469a
Author: arg@10ksloc.org <unknown>
Date:   Fri, 21 Jul 2006 11:54:14 +0200

s/sleep 5/sleep 2/

Diffstat:
MREADME | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README @@ -41,7 +41,7 @@ in .xinitrc: while true do echo `date` `uptime | sed 's/.*://; s/,//g'` - sleep 5 + sleep 2 done | dwm Configuration