From 0b71e847468eb856617f74a9b77c01d3fa528a16 Mon Sep 17 00:00:00 2001 From: Lignum Crucis Date: Sun, 12 Apr 2026 11:07:26 -0300 Subject: binds: passmenu as i've said --- config.h | 2 ++ 1 file changed, 2 insertions(+) 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 } }, -- cgit v1.2.3