config.def.h
changeset 1454 b55c7bd92fda
parent 1453 0082921983cb
child 1458 e30739eebeed
equal deleted inserted replaced
1453:0082921983cb 1454:b55c7bd92fda
    10 static const char selfgcolor[]      = "#ffffff";
    10 static const char selfgcolor[]      = "#ffffff";
    11 static const unsigned int borderpx  = 1;        /* border pixel of windows */
    11 static const unsigned int borderpx  = 1;        /* border pixel of windows */
    12 static const unsigned int snap      = 32;       /* snap pixel */
    12 static const unsigned int snap      = 32;       /* snap pixel */
    13 static const Bool showbar           = True;     /* False means no bar */
    13 static const Bool showbar           = True;     /* False means no bar */
    14 static const Bool topbar            = True;     /* False means bottom bar */
    14 static const Bool topbar            = True;     /* False means bottom bar */
    15 
       
    16 /* monitor(s) symbols */
       
    17 static const char *monsyms[] = { "<1>", "<2>", "<3>", "<4>" };
       
    18 
    15 
    19 /* tagging */
    16 /* tagging */
    20 static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
    17 static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
    21 
    18 
    22 static const Rule rules[] = {
    19 static const Rule rules[] = {