summary refs log tree commit diff
path: root/conf.c
diff options
context:
space:
mode:
authorokan <okan>2016-12-06 15:03:13 +0000
committerokan <okan>2016-12-06 15:03:13 +0000
commitcf4c1879e52449eb6b921c876e79fc854d079434 (patch)
treec66b8a35c43d35a1e6f2b1594d12b05d9fbd27fa /conf.c
parentcfffa703647f2c2fbddce654322767fa95edffb3 (diff)
downloadcwm-cf4c1879e52449eb6b921c876e79fc854d079434.tar.gz
cwm-cf4c1879e52449eb6b921c876e79fc854d079434.tar.xz
cwm-cf4c1879e52449eb6b921c876e79fc854d079434.zip
'window-search' is spelled 'menu-window'; the former snuck in during the
conversion('menu-window' already existed and was properlly documented); found
the hard way by sthen@ while trying to convert.
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index 14213ff..cbaf76a 100644
--- a/conf.c
+++ b/conf.c
@@ -63,7 +63,6 @@ static const struct {
 	{ "window-menu-label", kbfunc_menu_client_label, CWM_CONTEXT_CC, {0} },
 	{ "window-lower", kbfunc_client_lower, CWM_CONTEXT_CC, {0} },
 	{ "window-raise", kbfunc_client_raise, CWM_CONTEXT_CC, {0} },
-	{ "window-search", kbfunc_menu_client, CWM_CONTEXT_SC, {0} },
 	{ "window-hide", kbfunc_client_hide, CWM_CONTEXT_CC, {0} },
 	{ "window-delete", kbfunc_client_delete, CWM_CONTEXT_CC, {0} },
 	{ "window-htile", kbfunc_client_htile, CWM_CONTEXT_CC, {0} },