Apply cwm-3-exec.diff from http://aon.iki.fi/cwm/. Document the new

key binding.
This commit is contained in:
bernd
2007-04-27 18:08:14 +00:00
parent fa515a82d0
commit 890a32aa33
5 changed files with 90 additions and 0 deletions

1
conf.c
View File

@@ -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,