config.def.h
changeset 1313 f51eb530cabb
parent 1311 47b3dbd9a7d3
child 1317 40cd44593977
equal deleted inserted replaced
1312:95b9bfa84b57 1313:f51eb530cabb
     6 static const char normbgcolor[]     = "#cccccc";
     6 static const char normbgcolor[]     = "#cccccc";
     7 static const char normfgcolor[]     = "#000000";
     7 static const char normfgcolor[]     = "#000000";
     8 static const char selbordercolor[]  = "#0066ff";
     8 static const char selbordercolor[]  = "#0066ff";
     9 static const char selbgcolor[]      = "#0066ff";
     9 static const char selbgcolor[]      = "#0066ff";
    10 static const char selfgcolor[]      = "#ffffff";
    10 static const char selfgcolor[]      = "#ffffff";
    11 static uint borderpx                = 1;        /* border pixel of windows */
    11 static unsigned int borderpx        = 1;        /* border pixel of windows */
    12 static uint 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 
    15 
    16 /* tagging */
    16 /* tagging */
    17 static const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
    17 static const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };