summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h6
1 files changed, 4 insertions, 2 deletions
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