Apply cwm-3-exec.diff from http://aon.iki.fi/cwm/. Document the new
key binding.
This commit is contained in:
1
conf.c
1
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,
|
||||
|
||||
Reference in New Issue
Block a user