aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rwxr-xr-x[-rw-r--r--]config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 55dac57..e25b66e 100644..100755
--- a/config.h
+++ b/config.h
@@ -77,6 +77,7 @@ static Key keys[] = {
/* modifier key function argument */
{ MODKEY, XK_grave, spawn, {.v = (const char*[]){ "dmenuunicode", NULL } } },
{ MODKEY, XK_r, spawn, {.v = dmenucmd } },
+ { MODKEY|ShiftMask, XK_p, spawn, {.v = (const char*[]){ "passmenu", NULL } } },
{ MODKEY, XK_Return, spawn, {.v = termcmd } },
{ MODKEY|ShiftMask, XK_Return, togglescratch, {.v = scratchpadcmd } },
{ MODKEY, XK_F5, xrdb, {.v = NULL } },