From af7f50913a0e2a0c9979b3f7c7858f27f6967dc6 Mon Sep 17 00:00:00 2001 From: Bernd Ahlers Date: Fri, 27 Apr 2007 18:08:15 +0000 Subject: Apply cwm-3-exec.diff from http://aon.iki.fi/cwm/. Document the new key binding. --- app/cwm/kbfunc.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'app/cwm/kbfunc.c') diff --git a/app/cwm/kbfunc.c b/app/cwm/kbfunc.c index 7885f5d8e..d45b95812 100644 --- a/app/cwm/kbfunc.c +++ b/app/cwm/kbfunc.c @@ -4,7 +4,7 @@ * Copyright (c) 2004 Martin Murray * All rights reserved. * - * $Id: kbfunc.c,v 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" @@ -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) { -- cgit v1.2.3