aboutsummaryrefslogtreecommitdiffstats
path: root/kbfunc.c
diff options
context:
space:
mode:
authorbernd2007-04-27 18:08:14 +0000
committerbernd2007-04-27 18:08:14 +0000
commit7c8043d99252ee1f16a0c00c2712ed543d44cba1 (patch)
tree39d7c908b0bc8678cfa4708aef75550c9ddeee36 /kbfunc.c
parente350df9a3778c6cb7c7ed92e108fc2c98958b798 (diff)
downloadcwm-7c8043d99252ee1f16a0c00c2712ed543d44cba1.tar.gz
Apply cwm-3-exec.diff from http://aon.iki.fi/cwm/. Document the new
key binding.
Diffstat (limited to '')
-rw-r--r--kbfunc.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/kbfunc.c b/kbfunc.c
index 2b45d69..d45b958 100644
--- a/kbfunc.c
+++ b/kbfunc.c
@@ -4,7 +4,7 @@
* Copyright (c) 2004 Martin Murray <mmurray@monkey.org>
* All rights reserved.
*
- * $Id: kbfunc.c,v 1.1.1.1 2007/04/27 17:58:48 bernd Exp $
+ * $Id: kbfunc.c,v 1.2 2007/04/27 18:08:14 bernd Exp $
*/
#include "headers.h"
@@ -123,6 +123,12 @@ kbfunc_lock(struct client_ctx *cc, void *arg)
}
void
+kbfunc_exec(struct client_ctx *scratch, void *arg)
+{
+ grab_exec();
+}
+
+void
kbfunc_client_label(struct client_ctx *cc, void *arg)
{
grab_label(cc);