config.def.h
changeset 1453 0082921983cb
parent 1452 769fb14ae867
child 1454 b55c7bd92fda
equal deleted inserted replaced
1452:769fb14ae867 1453:0082921983cb
    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 
    15 
    16 /* monitor(s) symbols */
    16 /* monitor(s) symbols */
    17 static const char *monsyms[] = { "<1>", "<2>", "<3>", "<4>", "<5>" };
    17 static const char *monsyms[] = { "<1>", "<2>", "<3>", "<4>" };
    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 const Rule rules[] = {
    22 static const Rule rules[] = {