config.def.h
changeset 1125 e5ac5db22c91
parent 1123 76f6c8659f40
child 1126 395dc8e943ea
equal deleted inserted replaced
1124:160af328ab51 1125:e5ac5db22c91
     8 #define NORMFGCOLOR		"#000000"
     8 #define NORMFGCOLOR		"#000000"
     9 #define SELBORDERCOLOR		"#0066ff"
     9 #define SELBORDERCOLOR		"#0066ff"
    10 #define SELBGCOLOR		"#0066ff"
    10 #define SELBGCOLOR		"#0066ff"
    11 #define SELFGCOLOR		"#ffffff"
    11 #define SELFGCOLOR		"#ffffff"
    12 
    12 
    13 #if WORK
    13 #if ANSELM_OFFICE
    14 
    14 
    15 /* bar position */
    15 /* bar position */
    16 #define BX 0
    16 #define BX 0
    17 #define BY 0
    17 #define BY 0
    18 #define BW 1280
    18 #define BW 1280
    86 
    86 
    87 /* key definitions */
    87 /* key definitions */
    88 #define MODKEY			Mod1Mask
    88 #define MODKEY			Mod1Mask
    89 Key keys[] = {
    89 Key keys[] = {
    90 	/* modifier			key		function	argument */
    90 	/* modifier			key		function	argument */
       
    91 #if ANSELM_OFFICE
       
    92 	{ MODKEY,			XK_p,		spawn,
       
    93 		"exec dmenu_run -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"' -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"' -x 0 -y 0 -w 1280" },
       
    94 #else
    91 	{ MODKEY,			XK_p,		spawn,
    95 	{ MODKEY,			XK_p,		spawn,
    92 		"exec dmenu_run -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"' -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'" },
    96 		"exec dmenu_run -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"' -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'" },
       
    97 #endif
    93 	{ MODKEY|ShiftMask,		XK_Return,	spawn, "exec uxterm" },
    98 	{ MODKEY|ShiftMask,		XK_Return,	spawn, "exec uxterm" },
    94 	{ MODKEY,			XK_j,		focusnext,	NULL },
    99 	{ MODKEY,			XK_j,		focusnext,	NULL },
    95 	{ MODKEY,			XK_k,		focusprev,	NULL },
   100 	{ MODKEY,			XK_k,		focusprev,	NULL },
    96 	{ MODKEY,			XK_r,		reapply,	NULL },
   101 	{ MODKEY,			XK_r,		reapply,	NULL },
    97 	{ MODKEY,			XK_Return,	zoom,		NULL },
   102 	{ MODKEY,			XK_Return,	zoom,		NULL },