config.def.h
changeset 1430 c4b9f97e4bd7
parent 1401 8cee6e329111
child 1437 bb00510a176a
equal deleted inserted replaced
1429:a6f93a5772b2 1430:c4b9f97e4bd7
     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 #define SHOWBAR                       True      /* False means no bar */
       
     5 #define TOPBAR                        True      /* False means bottom bar */
     4 static const char font[]            = "-*-*-medium-*-*-*-14-*-*-*-*-*-*-*";
     6 static const char font[]            = "-*-*-medium-*-*-*-14-*-*-*-*-*-*-*";
     5 static const char normbordercolor[] = "#cccccc";
     7 static const char normbordercolor[] = "#cccccc";
     6 static const char normbgcolor[]     = "#cccccc";
     8 static const char normbgcolor[]     = "#cccccc";
     7 static const char normfgcolor[]     = "#000000";
     9 static const char normfgcolor[]     = "#000000";
     8 static const char selbordercolor[]  = "#0066ff";
    10 static const char selbordercolor[]  = "#0066ff";
     9 static const char selbgcolor[]      = "#0066ff";
    11 static const char selbgcolor[]      = "#0066ff";
    10 static const char selfgcolor[]      = "#ffffff";
    12 static const char selfgcolor[]      = "#ffffff";
    11 static unsigned int borderpx        = 1;        /* border pixel of windows */
    13 static unsigned int borderpx        = 1;        /* border pixel of windows */
    12 static unsigned int snap            = 32;       /* snap pixel */
    14 static unsigned int snap            = 32;       /* snap pixel */
    13 static Bool showbar                 = True;     /* False means no bar */
       
    14 static Bool topbar                  = True;     /* False means bottom bar */
       
    15 
       
    16 
    15 
    17 /* tagging */
    16 /* tagging */
    18 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" };
    19 
    18 
    20 static Rule rules[] = {
    19 static Rule rules[] = {