diff options
| -rw-r--r-- | config.def.h | 2 | ||||
| -rw-r--r-- | config.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 954f88e..a529b31 100644 --- a/config.def.h +++ b/config.def.h @@ -84,6 +84,7 @@ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", d static const char *maimcmd[] = { "maimpick", NULL }; static const char *mansplaincmd[] = { "mansplain", NULL }; static const char *notesplaincmd[] = { "notesplain", NULL }; +static const char *dpasscmd[] = { "dpass", NULL }; static const char *slpcmd[] = { "slp", NULL }; static const char *termcmd[] = { "tabbed", "-c", "-r", "2", "st", "-w", "''", "-e", "/usr/bin/zsh", NULL }; static const char *viacmd[] = { "via", NULL }; @@ -96,6 +97,7 @@ static const Key keys[] = { { MODKEY, XK_Return, spawn, {.v = termcmd } }, { MODKEY|ShiftMask, XK_s, spawn, {.v = maimcmd } }, { MODKEY, XK_s, spawn, {.v = slpcmd } }, + { MODKEY, XK_p, spawn, {.v = dpasscmd } }, { MODKEY, XK_u, spawndefault, {0} }, { MODKEY, XK_b, togglebar, {0} }, { MODKEY, XK_j, focusstack, {.i = +1 } }, @@ -84,6 +84,7 @@ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", d static const char *maimcmd[] = { "maimpick", NULL }; static const char *mansplaincmd[] = { "mansplain", NULL }; static const char *notesplaincmd[] = { "notesplain", NULL }; +static const char *dpasscmd[] = { "dpass", NULL }; static const char *slpcmd[] = { "slp", NULL }; static const char *termcmd[] = { "tabbed", "-c", "-r", "2", "st", "-w", "''", "-e", "/usr/bin/zsh", NULL }; static const char *viacmd[] = { "via", NULL }; @@ -96,6 +97,7 @@ static const Key keys[] = { { MODKEY, XK_Return, spawn, {.v = termcmd } }, { MODKEY|ShiftMask, XK_s, spawn, {.v = maimcmd } }, { MODKEY, XK_s, spawn, {.v = slpcmd } }, + { MODKEY, XK_p, spawn, {.v = dpasscmd } }, { MODKEY, XK_u, spawndefault, {0} }, { MODKEY, XK_b, togglebar, {0} }, { MODKEY, XK_j, focusstack, {.i = +1 } }, |
