config.def.h
changeset 1361 41678fc29f2a
parent 1346 2765f1a08494
child 1370 6d6ed7a9183c
equal deleted inserted replaced
1360:dc076b2d28d7 1361:41678fc29f2a
    11 static unsigned int borderpx        = 1;        /* border pixel of windows */
    11 static unsigned int borderpx        = 1;        /* border pixel of windows */
    12 static unsigned int snap            = 32;       /* snap pixel */
    12 static unsigned int snap            = 32;       /* snap pixel */
    13 static Bool showbar                 = True;     /* False means no bar */
    13 static Bool showbar                 = True;     /* False means no bar */
    14 static Bool topbar                  = True;     /* False means bottom bar */
    14 static Bool topbar                  = True;     /* False means bottom bar */
    15 static Bool readin                  = True;     /* False means do not read stdin */
    15 static Bool readin                  = True;     /* False means do not read stdin */
       
    16 static Bool usegrab                 = False;    /* True means grabbing the X server
       
    17                                                    during mouse-based resizals */
    16 
    18 
    17 /* tagging */
    19 /* tagging */
    18 static const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
    20 static const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
    19 static unsigned int tagset[] = {1, 1}; /* after start, first tag is selected */
    21 static unsigned int tagset[] = {1, 1}; /* after start, first tag is selected */
    20 
    22