dwm

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

commit c99fe7dd7d0dfe00625ae3bcd037ff305661f56d
parent d6670a800d33639cdf64de170650b64c1921a300
Author: garbeam@gmail.com <unknown>
Date:   Wed, 20 Jul 2011 18:56:10 +0000

changed sleep 20 into sleep 1 in example script as suggested by Snader_LB
Diffstat:
MREADME | 2+-
Mconfig.mk | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -40,7 +40,7 @@ like this in your .xinitrc: while xsetroot -name "`date` `uptime | sed 's/.*,//'`" do - sleep 20 + sleep 1 done & exec dwm diff --git a/config.mk b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 5.9 +VERSION = 5.9.1 # Customize below to fit your system