From 4fb948ad6c65821eb47cfbfb1c4d9ac133c971b9 Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Tue, 30 Jun 2026 18:15:51 -0700 Subject: wmenu fix --- config.def.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index ad29910..6bd3058 100644 --- a/config.def.h +++ b/config.def.h @@ -148,9 +148,9 @@ 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 *passcmd[] = { "passmenu", NULL }; TO FIX WITH WAYLAND MENU -static const char *otpcmd[] = { "otp", NULL }; SAME AS passcmd +static const char *menucmd[] = { "wmenu-run -f 'Maple Mono NL 12' -N bbbbbbff -n 000000 -S eeeeee -s 000000", NULL }; +static const char *passcmd[] = { "passmenu", NULL }; +static const char *otpcmd[] = { "otp", NULL }; static const char *webcmd[] = { "web", NULL }; static const char *radarcmd[] = { "radar", NULL }; -- cgit v1.2.3