config.def.h
changeset 1442 dfbdc1947270
parent 1441 e96846179c65
child 1445 4ad1f24d38ec
equal deleted inserted replaced
1441:e96846179c65 1442:dfbdc1947270
    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[] = { "0x1", "0x2", "0x3", "0x4", "0x5" };
    17 static const char *monsyms[] = { "<1>", "<2>", "<3>", "<4>", "<5>" };
    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[] = {