diff options
author | Anselm R. Garbe <arg@suckless.org> | 2007-02-22 11:15:31 +0100 |
---|---|---|
committer | Anselm R. Garbe <arg@suckless.org> | 2007-02-22 11:15:31 +0100 |
commit | 986ca73074ef165880c75ee46a4eb6a1b328dc5b (patch) | |
tree | e5ac23673d814fc6ffc8d3206c18345b1b073eb0 /config.default.h | |
parent | 288098893c1502629fb8f23c43f2821af1c469c3 (diff) | |
download | dwm-986ca73074ef165880c75ee46a4eb6a1b328dc5b.tar.gz |
re-added xterm to config.default.h
Diffstat (limited to 'config.default.h')
-rw-r--r-- | config.default.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.default.h b/config.default.h index 9070b4a..98b847f 100644 --- a/config.default.h +++ b/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 } }, \ |