re-added xterm to config.default.h - dwm - dynamic window manager HTML git clone https://git.parazyd.org/dwm DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit 986ca73074ef165880c75ee46a4eb6a1b328dc5b DIR parent 288098893c1502629fb8f23c43f2821af1c469c3 HTML Author: Anselm R. Garbe <arg@suckless.org> Date: Thu, 22 Feb 2007 11:15:31 +0100 re-added xterm to config.default.h Diffstat: M config.default.h | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- DIR diff --git 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 } }, \