소스 검색

re-added xterm to config.default.h

Anselm R. Garbe 18 년 전
부모
커밋
986ca73074
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      config.default.h

+ 1 - 0
config.default.h

@@ -42,6 +42,7 @@ static Layout layout[] = { \
 #define KEYS \
 static Key key[] = { \
 	/* modifier			key		function	argument */ \
+	{ MODKEY|ShiftMask,		XK_Return,	spawn,		{ .cmd = "exec xterm" } }, \
 	{ MODKEY,			XK_space,	setlayout,	{ .i = -1 } }, \
 	{ MODKEY,			XK_d,		incnmaster,	{ .i = -1 } }, \
 	{ MODKEY,			XK_i,		incnmaster,	{ .i = 1 } }, \