From ee0ea06aa204a1d8ce05a464eb5b9ce0bc6d21f6 Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Wed, 29 Jul 2026 21:55:52 -0700 Subject: Add passother --- config.def.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 236e8e9..7d76d2c 100644 --- a/config.def.h +++ b/config.def.h @@ -153,7 +153,8 @@ static const char *menucmd[] = { NULL }; static const char *passcmd[] = { "passmenu", NULL }; -static const char *otpcmd[] = { "passmenu-otp", NULL }; +static const char *passotpcmd[] = { "passmenu-otp", NULL }; +static const char *passothercmd[]={ "passmenu-other", NULL }; static const char *webcmd[] = { "web", NULL }; static const char *radarcmd[] = { "radar", NULL }; @@ -164,7 +165,8 @@ static const Key keys[] = { /* modifier key function argument */ // command launchers { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_p, spawn, {.v = passcmd } }, - { MODKEY, XKB_KEY_o, spawn, {.v = otpcmd } }, + { MODKEY, XKB_KEY_o, spawn, {.v = passotpcmd } }, + { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_o, spawn, {.v = passothercmd } }, { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_A, spawn, {.v = webcmd } }, { MODKEY, XKB_KEY_r, spawn, {.v = radarcmd } }, // basic functionality -- cgit v1.2.3