diff options
author | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-11 18:53:41 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-11 18:53:41 +0200 |
commit | d6e0e6e9879c144f5d374fca0c015fd6208fc27e (patch) | |
tree | 997db1276dc89c44361a56d80a66fb3722f8f2fe /config.h | |
parent | b1669b5c48f71c9a7a919dbf09a1af527c62f69a (diff) | |
download | dwm-d6e0e6e9879c144f5d374fca0c015fd6208fc27e.tar.gz |
several changes, new stuff
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h index ce9e7ab..a8e3449 100644 --- a/config.h +++ b/config.h @@ -7,4 +7,4 @@ #define BGCOLOR "#000000" #define FGCOLOR "#ffaa00" #define BORDERCOLOR "#000000" -#define STATUSDELAY 1 /* milliseconds */ +#define STATUSDELAY 10 /* milliseconds */ |