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.arg.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.arg.h')
-rw-r--r-- | config.arg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.arg.h b/config.arg.h index a19e463..5b99a2c 100644 --- a/config.arg.h +++ b/config.arg.h @@ -8,3 +8,4 @@ #define SELFGCOLOR "#eeeeee" #define NORMBGCOLOR "#333333" #define NORMFGCOLOR "#dddddd" +#define STDIN_TIMEOUT 3 /* seconds */ |