config.def.h
changeset 1396 440dda47ae5b
parent 1392 ee12ffbf93df
child 1398 597063a22a73
equal deleted inserted replaced
1395:a2c094196714 1396:440dda47ae5b
     1 /* See LICENSE file for copyright and license details. */
     1 /* See LICENSE file for copyright and license details. */
     2 
     2 
     3 /* appearance */
     3 /* appearance */
     4 static const char font[]            = "-*-terminus-medium-r-normal-*-14-*-*-*-*-*-*-*";
     4 static const char font[]            = "-*-*-medium-*-*-*-14-*-*-*-*-*-*-*";
     5 static const char normbordercolor[] = "#cccccc";
     5 static const char normbordercolor[] = "#cccccc";
     6 static const char normbgcolor[]     = "#cccccc";
     6 static const char normbgcolor[]     = "#cccccc";
     7 static const char normfgcolor[]     = "#000000";
     7 static const char normfgcolor[]     = "#000000";
     8 static const char selbordercolor[]  = "#0066ff";
     8 static const char selbordercolor[]  = "#0066ff";
     9 static const char selbgcolor[]      = "#0066ff";
     9 static const char selbgcolor[]      = "#0066ff";
    12 static unsigned int snap            = 32;       /* snap pixel */
    12 static unsigned int 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 
    15 
    16 /* tagging */
    16 /* tagging */
    17 static const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
    17 static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
    18 static unsigned int tagset[] = {1, 1}; /* after start, first tag is selected */
    18 static unsigned int tagset[] = {1, 1}; /* after start, first tag is selected */
    19 
    19 
    20 static Rule rules[] = {
    20 static Rule rules[] = {
    21 	/* class      instance    title       tags mask     isfloating */
    21 	/* class      instance    title       tags mask     isfloating */
    22 	{ "Gimp",     NULL,       NULL,       0,            True },
    22 	{ "Gimp",     NULL,       NULL,       0,            True },