From 5076771277212480fae086a221d6c20d710691ef Mon Sep 17 00:00:00 2001 From: joe Date: Thu, 9 Oct 2025 17:13:11 +0200 Subject: up --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 76884cb..59a6f8d 100644 --- a/config.def.h +++ b/config.def.h @@ -163,6 +163,7 @@ static const char *dmkill_cmd[] = { "dmkill", NULL }; static const char *dmsearch_cmd[] = { "dmsearch", NULL }; static const char *dmscrot_cmd[] = { "dmscrot", NULL }; static const char *dmlog_cmd[] = { "dmlog", NULL }; +static const char *dmpass_name_cmd[] = { "dmpass", "--name", NULL }; static const char *dmpass_full_cmd[] = { "dmpass", "--full", NULL }; static const char *dmpass_cmd[] = { "dmpass", NULL }; static const char *dmotp_cmd[] = { "dmotp", NULL }; @@ -233,6 +234,7 @@ static const Key keys[] = { { MODKEY|ControlMask, XK_backslash, dmenuspawn, {.v = dmhc_cmd } }, { MODKEY|ControlMask, XK_p, dmenuspawn, {.v = dmpass_cmd } }, { MODKEY|ControlMask|ShiftMask, XK_p, dmenuspawn, {.v = dmpass_full_cmd } }, + { MODKEY|ShiftMask, XK_p, dmenuspawn, {.v = dmpass_name_cmd } }, { MODKEY|ControlMask, XK_o, dmenuspawn, {.v = dmotp_cmd } }, { MODKEY, XK_End, spawn, {.v = ndate_cmd } }, { 0, XF86XK_MonBrightnessUp, spawn, {.v = bl_inc_cmd } }, -- cgit v1.2.3