From 31396e6e7acd502aeb9d20961c2ab6e64dde9434 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Fri, 10 Mar 2023 15:43:03 +0530 Subject: menu: switch out bemenu for wmenu --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index c53bac0..278cffc 100644 --- a/config.def.h +++ b/config.def.h @@ -105,7 +105,7 @@ static const enum libinput_config_tap_button_map button_map = LIBINPUT_CONFIG_TA /* commands */ static const char *termcmd[] = { "foot", NULL }; -static const char *menucmd[] = { "bemenu-run", NULL }; +static const char *menucmd[] = { "wmenu_run", NULL }; static const char *nnnfm[] = { "foot", "nnn", "-decC", NULL }; /* control */ -- cgit v1.2.3