From cf4c1879e52449eb6b921c876e79fc854d079434 Mon Sep 17 00:00:00 2001 From: okan Date: Tue, 6 Dec 2016 15:03:13 +0000 Subject: '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. --- conf.c | 1 - 1 file changed, 1 deletion(-) (limited to 'conf.c') 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} }, -- cgit 1.4.1