X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.default.h;h=98b847fb8349c80e76a5226a926cc144bfeb78c4;hb=986ca73074ef165880c75ee46a4eb6a1b328dc5b;hp=9070b4ad5b25210beb665bff7dfe4ca7394292f6;hpb=317137149804c759e14a9e7d4704ac89262bd4e6;p=dwm.git 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 } }, \