From 32249fa7c36442c48d456f274c4b3154daba9e38 Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Tue, 30 Jun 2026 18:19:02 -0700 Subject: fix wmenu --- config.def.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 6bd3058..c590b45 100644 --- a/config.def.h +++ b/config.def.h @@ -148,7 +148,17 @@ 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 -f 'Maple Mono NL 12' -N bbbbbbff -n 000000 -S eeeeee -s 000000", NULL }; +static const char *menucmd[] = { + "wmenu-run", + "-i", + "-f", ""Maple Mono NL 12", + "-N", "bbbbbbff", + "-n", "000000", + "-S", "eeeeee", + "-s", "000000", + "-p", "Run:", + NULL +}; static const char *passcmd[] = { "passmenu", NULL }; static const char *otpcmd[] = { "otp", NULL }; static const char *webcmd[] = { "web", NULL }; -- cgit v1.2.3