summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-07-29 20:55:19 -0700
committerChris Sobczak <chris@sobczak.family>2026-07-29 20:55:19 -0700
commit4a4e8871a7ea91398e3785a4ac9c6881a07317bf (patch)
tree57e506dc0a2020ef6311aa71b8b0f7240a32dfd4
parent628ab326902a402d93333f56d7ce419627404268 (diff)
Improve otp script name
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
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 };