aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
authorokan2015-07-12 14:31:47 +0000
committerokan2015-07-12 14:31:47 +0000
commitb05f7a824f98fee35cc1fd31eae62460a743075c (patch)
treeee572128d6bb3c2f96ba7393cd25d10e2064b68d /conf.c
parent1c42563c9b3c1a385b355c4ddc189364d05b4257 (diff)
downloadcwm-b05f7a824f98fee35cc1fd31eae62460a743075c.tar.gz
introduce 'groupsearch' for group menu search; matches on either group
number/shortcut and/or name.
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index bd30dbc..e80a1ed 100644
--- a/conf.c
+++ b/conf.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: conf.c,v 1.190 2015/07/01 14:36:42 okan Exp $
+ * $OpenBSD: conf.c,v 1.191 2015/07/12 14:31:47 okan Exp $
*/
#include <sys/types.h>
@@ -360,6 +360,7 @@ static const struct {
{ "raise", kbfunc_client_raise, CWM_WIN, {0} },
{ "search", kbfunc_client_search, 0, {0} },
{ "menusearch", kbfunc_menu_cmd, 0, {0} },
+ { "groupsearch", kbfunc_menu_group, 0, {0} },
{ "hide", kbfunc_client_hide, CWM_WIN, {0} },
{ "cycle", kbfunc_client_cycle, 0, {.i = CWM_CYCLE} },
{ "rcycle", kbfunc_client_cycle, 0, {.i = CWM_RCYCLE} },