# HG changeset patch # User Anselm R. Garbe # Date 1172139331 -3600 # Node ID 72d7221858aa241919662c5709e557529dc21ae1 # Parent 75bbe1b1e0010017c61ce70db1c5c8a57bced83a re-added xterm to config.default.h diff -r 75bbe1b1e001 -r 72d7221858aa config.default.h --- a/config.default.h Thu Feb 22 11:09:44 2007 +0100 +++ b/config.default.h Thu Feb 22 11:15:31 2007 +0100 @@ -42,6 +42,7 @@ #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 } }, \