changeset 1317 | 40cd44593977 |
parent 1313 | f51eb530cabb |
child 1324 | c7d3198c9e9b |
--- 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" };