aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
authorokan2016-12-06 15:03:13 +0000
committerokan2016-12-06 15:03:13 +0000
commit6ad762d2ea741345ba11aa9beb59840bad1d2c98 (patch)
treef477c25d559ab4dc86ac062ba49268abcdd15061 /conf.c
parent43c45f66280f13a556671b95d6b769d7ceac9e87 (diff)
downloadcwm-6ad762d2ea741345ba11aa9beb59840bad1d2c98.tar.gz
'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 '')
-rw-r--r--conf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/conf.c b/conf.c
index a1b4847..7da9a99 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.228 2016/12/02 17:02:17 okan Exp $
+ * $OpenBSD: conf.c,v 1.229 2016/12/06 15:03:13 okan Exp $
*/
#include <sys/types.h>
@@ -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} },