aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorsinanmohd <sinan@firemail.cc>2023-03-18 13:59:32 +0530
committersinanmohd <sinan@firemail.cc>2023-03-18 13:59:32 +0530
commit0bb090f3bca30b4658a2acefc1c03c0da4275ebc (patch)
tree70b544d10bd1922e26d7fa0ef9afad4631ec8b4b /config.def.h
parentcde1433ab306210e6f378b3ef54722dfcd5e61e6 (diff)
menu: switch out the old menu script for menu_run
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
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 };