summary refs log tree commit diff
path: root/conf.c
diff options
context:
space:
mode:
authorbernd <bernd>2007-04-27 18:08:14 +0000
committerbernd <bernd>2007-04-27 18:08:14 +0000
commit890a32aa33a71b66c2b976342ffad80150f05bb8 (patch)
treea0db449ee079a37eb29e483314e9785f614c7731 /conf.c
parentfa515a82d06813c0ee1a0ae049b14b79626bf664 (diff)
downloadcwm-890a32aa33a71b66c2b976342ffad80150f05bb8.tar.gz
cwm-890a32aa33a71b66c2b976342ffad80150f05bb8.tar.xz
cwm-890a32aa33a71b66c2b976342ffad80150f05bb8.zip
Apply cwm-3-exec.diff from http://aon.iki.fi/cwm/. Document the new
key binding.
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.c b/conf.c
index c4a1217..153e894 100644
--- a/conf.c
+++ b/conf.c
@@ -185,6 +185,7 @@ conf_setup(struct conf *c)
 		    XK_Return, ControlMask|Mod1Mask, 0, NULL);
 		conf_bindkey(c, kbfunc_lock,
 		    XK_Delete, ControlMask|Mod1Mask, 0, NULL);
+		conf_bindkey(c, kbfunc_exec, XK_question, Mod1Mask, 0, NULL);
 		conf_bindkey(c, kbfunc_client_hide,
 		    XK_Return, Mod1Mask, KBFLAG_NEEDCLIENT, 0);
 		conf_bindkey(c, kbfunc_client_lower,