diff options
| author | Lignum Crucis | 2026-04-12 11:07:26 -0300 |
|---|---|---|
| committer | Lignum Crucis | 2026-04-12 11:07:26 -0300 |
| commit | 0b71e847468eb856617f74a9b77c01d3fa528a16 (patch) | |
| tree | cfd799bcc09c6c9e160f7e156df2f652354f38a3 /config.h | |
| parent | b130735e0bcf12c01b9326e5a2b4f85bbe288442 (diff) | |
binds: passmenu as i've said
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 } }, |
