From 4a4e8871a7ea91398e3785a4ac9c6881a07317bf Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Wed, 29 Jul 2026 20:55:19 -0700 Subject: Improve otp script name --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index ec47619..236e8e9 100644 --- a/config.def.h +++ b/config.def.h @@ -153,7 +153,7 @@ static const char *menucmd[] = { NULL }; static const char *passcmd[] = { "passmenu", NULL }; -static const char *otpcmd[] = { "otp", NULL }; +static const char *otpcmd[] = { "passmenu-otp", NULL }; static const char *webcmd[] = { "web", NULL }; static const char *radarcmd[] = { "radar", NULL }; -- cgit v1.2.3