config.def.h
changeset 1269 ce94428739ab
parent 1265 f3b595da1c6b
child 1270 262ee84a2fdb
equal deleted inserted replaced
1268:fc7dd1b14093 1269:ce94428739ab
     6 #define NORMBGCOLOR     "#cccccc"
     6 #define NORMBGCOLOR     "#cccccc"
     7 #define NORMFGCOLOR     "#000000"
     7 #define NORMFGCOLOR     "#000000"
     8 #define SELBORDERCOLOR  "#0066ff"
     8 #define SELBORDERCOLOR  "#0066ff"
     9 #define SELBGCOLOR      "#0066ff"
     9 #define SELBGCOLOR      "#0066ff"
    10 #define SELFGCOLOR      "#ffffff"
    10 #define 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
    15 
    19 
    16 /* tagging */
    20 /* tagging */
    17 static const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
    21 static const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
    18 
    22 
    19 static Rule rules[] = {
    23 static Rule rules[] = {