diff options
| -rw-r--r-- | config.def.h | 12 |
1 files changed, 11 insertions, 1 deletions
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 }; |
