author | Anselm R. Garbe <arg@suckless.org> |
Thu, 22 Feb 2007 11:15:31 +0100 | |
changeset 822 | 72d7221858aa |
parent 821 | 75bbe1b1e001 |
child 823 | fb5cbf0bd923 |
config.default.h | file | annotate | diff | comparison | revisions |
--- 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 } }, \