diff options
author | Anselm R. Garbe <arg@10kloc.org> | 2006-09-08 07:33:20 +0200 |
---|---|---|
committer | Anselm R. Garbe <arg@10kloc.org> | 2006-09-08 07:33:20 +0200 |
commit | 32f7fe483538be60e529415c8cbd9cfbb4ab86d9 (patch) | |
tree | 5949b1aa7263a9aeacae026ac74dd4ba4fdc5c93 /config.default.h | |
parent | 0fa5a339ffac530eb596cc1b93c4ee696ef0ec74 (diff) |
implemented early keyboard grab for dmenu with a timeout for stdin data writers to prevent endless grabbings of the keyboard
Diffstat (limited to 'config.default.h')
-rw-r--r-- | config.default.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.default.h b/config.default.h index 1f66553..0bae3a1 100644 --- a/config.default.h +++ b/config.default.h @@ -8,3 +8,4 @@ #define SELFGCOLOR "#eeeeee" #define NORMBGCOLOR "#333366" #define NORMFGCOLOR "#cccccc" +#define STDIN_TIMEOUT 3 /* seconds */ |