summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 857c0d2..2cd8e29 100644
--- a/config.h
+++ b/config.h
@@ -79,10 +79,12 @@ static const char *dmenucmd[] = { "dmenu_run", NULL };
static const char *termcmd[] = { "alacritty", NULL };
static const char *browsercmd[] = { "librewolf", NULL };
static const char *sscmd[] = { "scr", NULL };
+static const char *passcmd[] = { "passmenu", "--type", "-l", "32", "-c", "-bw", "4", NULL };
static const Key keys[] = {
/* modifier key function argument */
{ MODKEY, XK_r, spawn, {.v = dmenucmd } },
+ { MODKEY, XK_p, spawn, {.v = passcmd } },
{ NOMOD, XK_Print, spawn, {.v = sscmd } },
{ MODKEY, XK_Return, spawn, {.v = termcmd } },
{ MODKEY, XK_b, spawn, {.v = browsercmd } },