diff options
author | garbeam@gmail.com <unknown> | 2011-07-20 18:56:10 +0000 |
---|---|---|
committer | garbeam@gmail.com <unknown> | 2011-07-20 18:56:10 +0000 |
commit | c99fe7dd7d0dfe00625ae3bcd037ff305661f56d (patch) | |
tree | 7ea8902b71abf6400501dab7275c16d17858a1e5 /config.mk | |
parent | applied Connors aesthitic buf fix in tile(), thanks (diff) | |
download | dwm-c99fe7dd7d0dfe00625ae3bcd037ff305661f56d.tar.gz dwm-c99fe7dd7d0dfe00625ae3bcd037ff305661f56d.tar.bz2 dwm-c99fe7dd7d0dfe00625ae3bcd037ff305661f56d.zip |
changed sleep 20 into sleep 1 in example script as suggested by Snader_LB
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk index 16ffac3..99085e1 100644 --- 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 |