s/xterm/uxterm/ 57676994
Anselm R. Garbe · 2007-10-01 15:39 1 file(s) · +1 −1
config.def.h +1 −1
40 40
	{ MODKEY,			XK_p,		spawn, \
41 41
		"exe=`dmenu_path | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"'" \
42 42
		" -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'` && exec $exe" }, \
43 -
	{ MODKEY|ShiftMask,		XK_Return,	spawn, "exec xterm" }, \
43 +
	{ MODKEY|ShiftMask,		XK_Return,	spawn, "exec uxterm" }, \
44 44
	{ MODKEY,			XK_space,	setlayout,	NULL }, \
45 45
	{ MODKEY,			XK_b,		togglebar,	NULL }, \
46 46
	{ MODKEY,			XK_j,		focusnext,	NULL }, \