aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorsinanmohd <pcmsinan@gmail.com>2023-03-10 15:43:03 +0530
committersinanmohd <pcmsinan@gmail.com>2023-03-12 15:01:09 +0530
commit31396e6e7acd502aeb9d20961c2ab6e64dde9434 (patch)
tree61861a3aab1874d5fe7637808791d91611a330a1 /config.def.h
parente07d2daabe1fea20c737b250c2d499514ce7e86b (diff)
menu: switch out bemenu for wmenu
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 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 */