diff -r e1e92a3ec86d -r 40cd44593977 config.def.h --- a/config.def.h Tue Jul 29 19:19:00 2008 +0100 +++ b/config.def.h Sat Aug 02 19:12:15 2008 +0100 @@ -12,6 +12,7 @@ static unsigned int snap = 32; /* snap pixel */ static Bool showbar = True; /* False means no bar */ static Bool topbar = True; /* False means bottom bar */ +static Bool readin = True; /* False means do not read stdin */ /* tagging */ static const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };