From 0bb090f3bca30b4658a2acefc1c03c0da4275ebc Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 18 Mar 2023 13:59:32 +0530 Subject: menu: switch out the old menu script for menu_run --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 0abd4d8..22a29d7 100644 --- a/config.def.h +++ b/config.def.h @@ -106,7 +106,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[] = { "wmenu_run", NULL }; +static const char *menucmd[] = { "menu_run", NULL }; static const char *nnnfm[] = { "foot", "nnn", "-decC", NULL }; static const char *damb[] = { "damb", NULL }; static const char *dbook[] = { "dbook", NULL }; -- cgit v1.2.3