projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2880988
)
re-added xterm to config.default.h
author
Anselm R. Garbe
<arg@suckless.org>
Thu, 22 Feb 2007 10:15:31 +0000
(11:15 +0100)
committer
Anselm R. Garbe
<arg@suckless.org>
Thu, 22 Feb 2007 10:15:31 +0000
(11:15 +0100)
config.default.h
patch
|
blob
|
history
diff --git
a/config.default.h
b/config.default.h
index 9070b4ad5b25210beb665bff7dfe4ca7394292f6..98b847fb8349c80e76a5226a926cc144bfeb78c4 100644
(file)
--- 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 } }, \