config.def.h
changeset 1317 40cd44593977
parent 1313 f51eb530cabb
child 1324 c7d3198c9e9b
equal deleted inserted replaced
1316:e1e92a3ec86d 1317:40cd44593977
    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 */
    15 
    16 
    16 /* tagging */
    17 /* tagging */
    17 static const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
    18 static const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
    18 
    19 
    19 static Rule rules[] = {
    20 static Rule rules[] = {