re-added xterm to config.default.h 986ca730
Anselm R. Garbe · 2007-02-22 11:15 1 file(s) · +1 −0
config.default.h +1 −0
42 42
#define KEYS \
43 43
static Key key[] = { \
44 44
	/* modifier			key		function	argument */ \
45 +
	{ MODKEY|ShiftMask,		XK_Return,	spawn,		{ .cmd = "exec xterm" } }, \
45 46
	{ MODKEY,			XK_space,	setlayout,	{ .i = -1 } }, \
46 47
	{ MODKEY,			XK_d,		incnmaster,	{ .i = -1 } }, \
47 48
	{ MODKEY,			XK_i,		incnmaster,	{ .i = 1 } }, \