changeset 1361 | 41678fc29f2a |
parent 1346 | 2765f1a08494 |
child 1370 | 6d6ed7a9183c |
--- a/config.def.h Wed Oct 15 18:08:24 2008 +0200 +++ b/config.def.h Sun Oct 19 12:59:18 2008 +0100 @@ -13,6 +13,8 @@ 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 */ +static Bool usegrab = False; /* True means grabbing the X server + during mouse-based resizals */ /* tagging */ static const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };