config.def.h
changeset 1370 6d6ed7a9183c
parent 1361 41678fc29f2a
child 1392 ee12ffbf93df
equal deleted inserted replaced
1369:79bf47074a49 1370:6d6ed7a9183c
    10 static const char selfgcolor[]      = "#ffffff";
    10 static const char selfgcolor[]      = "#ffffff";
    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 */
       
    16 static Bool usegrab                 = False;    /* True means grabbing the X server
    15 static Bool usegrab                 = False;    /* True means grabbing the X server
    17                                                    during mouse-based resizals */
    16                                                    during mouse-based resizals */
    18 
    17 
    19 /* tagging */
    18 /* tagging */
    20 static const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
    19 static const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };