config.arg.h
changeset 160 c8db0a825775
parent 156 9bd8a1a50464
child 164 21071ae1fe68
equal deleted inserted replaced
159:a5eab6aaf859 160:c8db0a825775
     1 /*
     1 /*
     2  * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
     2  * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
     3  * See LICENSE file for license details.
     3  * See LICENSE file for license details.
     4  */
     4  */
     5 
     5 
     6 enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast };
       
     7 #define DEFMODE			dotile /* dofloat */
     6 #define DEFMODE			dotile /* dofloat */
     8 #define DEFTAG			Tdev
       
     9 #define FONT			"-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
     7 #define FONT			"-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
    10 #define BGCOLOR			"#0a2c2d"
     8 #define BGCOLOR			"#0a2c2d"
    11 #define FGCOLOR			"#ddeeee"
     9 #define FGCOLOR			"#ddeeee"
    12 #define BORDERCOLOR		"#176164"
    10 #define BORDERCOLOR		"#176164"
    13 #define MODKEY			Mod1Mask
    11 #define MODKEY			Mod1Mask
    14 #define NUMLOCKMASK		Mod2Mask
    12 #define NUMLOCKMASK		Mod2Mask
    15 #define MASTERW			52 /* percent */
    13 #define MASTERW			52 /* percent */
    16 
    14 
       
    15 enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast };
    17 #define TAGS \
    16 #define TAGS \
    18 char *tags[TLast] = { \
    17 char *tags[TLast] = { \
    19 	[Tfnord] = "fnord", \
    18 	[Tfnord] = "fnord", \
    20 	[Tdev] = "dev", \
    19 	[Tdev] = "dev", \
    21 	[Tnet] = "net", \
    20 	[Tnet] = "net", \
    22 	[Twork] = "work", \
    21 	[Twork] = "work", \
    23 	[Tmisc] = "misc", \
    22 	[Tmisc] = "misc", \
    24 };
    23 };
       
    24 #define DEFTAG			Tdev
    25 
    25 
    26 #define KEYS \
    26 #define KEYS \
    27 	const char *browse[] = { "firefox", NULL }; \
    27 	const char *browse[] = { "firefox", NULL }; \
    28 	const char *gimp[] = { "gimp", NULL }; \
    28 	const char *gimp[] = { "gimp", NULL }; \
    29 	const char *term[] = { \
    29 	const char *term[] = { \