config.def.h
changeset 1311 47b3dbd9a7d3
parent 1305 027ae8f1bd1d
child 1313 f51eb530cabb
equal deleted inserted replaced
1310:1d52b420daa4 1311:47b3dbd9a7d3
    10 static const char selfgcolor[]      = "#ffffff";
    10 static const char selfgcolor[]      = "#ffffff";
    11 static uint borderpx                = 1;        /* border pixel of windows */
    11 static uint borderpx                = 1;        /* border pixel of windows */
    12 static uint snap                    = 32;       /* snap pixel */
    12 static uint 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 
       
    16 #ifdef XINERAMA
       
    17 static uint xidx                    = 0;        /* Xinerama screen index to use */
       
    18 #endif
       
    19 
    15 
    20 /* tagging */
    16 /* tagging */
    21 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" };
    22 
    18 
    23 static Rule rules[] = {
    19 static Rule rules[] = {