Xinqi Bao's Git
projects
/
dmenu.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
implemented early keyboard grab for dmenu with a timeout for stdin data writers to...
[dmenu.git]
/
config.default.h
diff --git
a/config.default.h
b/config.default.h
index
1f66553
..
0bae3a1
100644
(file)
--- 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 */