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

View File

@@ -122,6 +122,12 @@ kbfunc_lock(struct client_ctx *cc, void *arg)
u_spawn(G_conf.lockpath);
}
void
kbfunc_exec(struct client_ctx *scratch, void *arg)
{
grab_exec();
}
void
kbfunc_client_label(struct client_ctx *cc, void *arg)
{