summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2015-07-12 14:31:47 +0000
committerokan <okan>2015-07-12 14:31:47 +0000
commit0d13b7c2205bd40d9fd4db016c8cf96f620c4f8d (patch)
tree46098b5872c7c48a45dceeb91eb96244335c496b /calmwm.h
parent5c2decc8d000098ef682efd21392f7205fac77cf (diff)
downloadcwm-0d13b7c2205bd40d9fd4db016c8cf96f620c4f8d.tar.gz
cwm-0d13b7c2205bd40d9fd4db016c8cf96f620c4f8d.tar.xz
cwm-0d13b7c2205bd40d9fd4db016c8cf96f620c4f8d.zip
introduce 'groupsearch' for group menu search; matches on either group
number/shortcut and/or name.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/calmwm.h b/calmwm.h
index 32cf00f..19c0a96 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -450,6 +450,7 @@ void			 search_match_text(struct menu_q *, struct menu_q *,
 			     char *);
 void			 search_print_client(struct menu *, int);
 void			 search_print_cmd(struct menu *, int);
+void			 search_print_group(struct menu *, int);
 
 struct geom		 screen_apply_gap(struct screen_ctx *, struct geom);
 struct screen_ctx	*screen_find(Window);
@@ -496,6 +497,7 @@ void			 kbfunc_cwm_status(struct client_ctx *, union arg *);
 void			 kbfunc_exec(struct client_ctx *, union arg *);
 void			 kbfunc_lock(struct client_ctx *, union arg *);
 void			 kbfunc_menu_cmd(struct client_ctx *, union arg *);
+void			 kbfunc_menu_group(struct client_ctx *, union arg *);
 void			 kbfunc_ssh(struct client_ctx *, union arg *);
 void			 kbfunc_term(struct client_ctx *, union arg *);
 void 			 kbfunc_tile(struct client_ctx *, union arg *);