about summary refs log tree commit diff
path: root/conf.c
diff options
context:
space:
mode:
authorokan <okan>2007-12-31 02:49:45 +0000
committerokan <okan>2007-12-31 02:49:45 +0000
commit2e72df662d00e066e5f58450f6ac28e00ff94983 (patch)
tree1991838f1b743ae0d822247f7dac1163023c4e67 /conf.c
parent8b3cd2243acdd75581b9d50c9ca9fb60b98cd494 (diff)
downloadcwm-2e72df662d00e066e5f58450f6ac28e00ff94983.tar.gz
cwm-2e72df662d00e066e5f58450f6ac28e00ff94983.tar.xz
cwm-2e72df662d00e066e5f58450f6ac28e00ff94983.zip
allow the search feature to work in the root window, like other similar ones.
ok todd@
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index 3e1edcf..fe293cd 100644
--- a/conf.c
+++ b/conf.c
@@ -344,7 +344,7 @@ struct {
 } name_to_kbfunc[] = {
 	{ "lower", kbfunc_client_lower, KBFLAG_NEEDCLIENT, 0 },
 	{ "raise", kbfunc_client_raise, KBFLAG_NEEDCLIENT, 0 },
-	{ "search", kbfunc_client_search, KBFLAG_NEEDCLIENT, 0 },
+	{ "search", kbfunc_client_search, 0, 0 },
 	{ "menusearch", kbfunc_menu_search, 0, 0 },
 	{ "hide", kbfunc_client_hide, KBFLAG_NEEDCLIENT, 0 },
 	{ "cycle", kbfunc_client_cycle, KBFLAG_NEEDCLIENT, 0 },