From 8c93e0081b8864ca0baff8d80022bd60affceeb6 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Tue, 14 Feb 2017 21:29:27 +0200 Subject: bemenu: Disable early grab on -f for now We can't handle input yet during read because renderers are very dumb. Thus -f can potentially lock your system with grab. --- client/common/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/common/common.c b/client/common/common.c index af9fa31..3f2d576 100644 --- a/client/common/common.c +++ b/client/common/common.c @@ -266,7 +266,7 @@ menu_with_options(struct client *client) if (client->grab) { bm_menu_set_filter(menu, "Loading..."); - bm_menu_grab_keyboard(menu, true); + // bm_menu_grab_keyboard(menu, true); bm_menu_render(menu); bm_menu_set_filter(menu, NULL); } -- cgit v1.2.3-70-g09d2