config.arg.h
changeset 938 c73a49ccfa29
parent 935 2032654a0c6d
child 939 a1ac5930ba2f
equal deleted inserted replaced
937:453ee57a297c 938:c73a49ccfa29
     5 #define BORDERPX		1
     5 #define BORDERPX		1
     6 #define FONT			"-*-terminus-medium-r-*-*-14-*-*-*-*-*-iso10646-*"
     6 #define FONT			"-*-terminus-medium-r-*-*-14-*-*-*-*-*-iso10646-*"
     7 #define NORMBORDERCOLOR		"#333"
     7 #define NORMBORDERCOLOR		"#333"
     8 #define NORMBGCOLOR		"#222"
     8 #define NORMBGCOLOR		"#222"
     9 #define NORMFGCOLOR		"#ccc"
     9 #define NORMFGCOLOR		"#ccc"
    10 #define SELBORDERCOLOR		"#8c8"
    10 #define SELBORDERCOLOR		"#59a"
    11 #define SELBGCOLOR		"#555"
    11 #define SELBGCOLOR		"#555"
    12 #define SELFGCOLOR		"#fff"
    12 #define SELFGCOLOR		"#fff"
    13 
    13 
    14 /* tagging */
    14 /* tagging */
    15 #define TAGS \
    15 #define TAGS \
    42 	/* modifier			key		function	argument */ \
    42 	/* modifier			key		function	argument */ \
    43 	{ MODKEY,			XK_p,		spawn, \
    43 	{ MODKEY,			XK_p,		spawn, \
    44 		"exe=`dmenu_path | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"'" \
    44 		"exe=`dmenu_path | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"'" \
    45 		" -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'` && exec $exe" }, \
    45 		" -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'` && exec $exe" }, \
    46 	{ MODKEY|ShiftMask,		XK_Return,	spawn, \
    46 	{ MODKEY|ShiftMask,		XK_Return,	spawn, \
    47 		"exec urxvtcd -tr -bg '#222' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" }, \
    47 		"exec urxvtcd -tr -bg '#111' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" }, \
    48 	{ MODKEY,			XK_space,	setlayout,	NULL }, \
    48 	{ MODKEY,			XK_space,	setlayout,	NULL }, \
    49 	{ MODKEY,			XK_b,		togglebar,	NULL }, \
    49 	{ MODKEY,			XK_b,		togglebar,	NULL }, \
    50 	{ MODKEY,			XK_h,		incnmaster,	"1" }, \
    50 	{ MODKEY,			XK_h,		incnmaster,	"1" }, \
    51 	{ MODKEY,			XK_l,		incnmaster,	"-1" }, \
    51 	{ MODKEY,			XK_l,		incnmaster,	"-1" }, \
    52 	{ MODKEY,			XK_j,		focusclient,	"1" }, \
    52 	{ MODKEY,			XK_j,		focusclient,	"1" }, \