switching to urxvtcd for the moment (the uxterm flicker makes me headaches, st is really highest prio now) 7ae0c198
Anselm R. Garbe · 2007-02-21 13:24 1 file(s) · +1 −1
config.arg.h +1 −1
42 42
static Key key[] = { \
43 43
	/* modifier			key		function	argument */ \
44 44
	{ MODKEY|ShiftMask,		XK_Return,	spawn, \
45 -
		{ .cmd = "exec uxterm -bg '#222' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" } }, \
45 +
		{ .cmd = "exec urxvtcd -tr -bg '#222' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" } }, \
46 46
	{ MODKEY,			XK_p,		spawn, \
47 47
		{ .cmd = "exe=\"$(lsx `echo $PATH | sed 's/:/ /g'` | sort -u " \
48 48
			" | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"' " \