config.def.h
changeset 1440 d4f7bc21588f
parent 1439 17c047097617
child 1441 e96846179c65
equal deleted inserted replaced
1439:17c047097617 1440:d4f7bc21588f
    12 static const char selfgcolor[]      = "#ffffff";
    12 static const char selfgcolor[]      = "#ffffff";
    13 static unsigned int borderpx        = 1;        /* border pixel of windows */
    13 static unsigned int borderpx        = 1;        /* border pixel of windows */
    14 static unsigned int snap            = 32;       /* snap pixel */
    14 static unsigned int snap            = 32;       /* snap pixel */
    15 
    15 
    16 /* monitor(s) symbols */
    16 /* monitor(s) symbols */
    17 static const char *monsyms[] = { "I", "II", "III", "IV", "V" };
    17 static const char *monsyms[] = { "i", "ii", "iii", "iv", "v" };
    18 
    18 
    19 /* tagging */
    19 /* tagging */
    20 static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
    20 static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
    21 
    21 
    22 static Rule rules[] = {
    22 static Rule rules[] = {