diff options
Diffstat (limited to 'suckless/dwm/dwm-6.6/config.def.h')
| -rw-r--r-- | suckless/dwm/dwm-6.6/config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/suckless/dwm/dwm-6.6/config.def.h b/suckless/dwm/dwm-6.6/config.def.h index 0048756..d433128 100644 --- a/suckless/dwm/dwm-6.6/config.def.h +++ b/suckless/dwm/dwm-6.6/config.def.h @@ -67,6 +67,7 @@ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, static const char *termcmd[] = { "tmuterm", NULL }; static const char *browsercmd[] = { "tmubrowse", NULL }; static const char *fixcmd[] = { "fixrandr", NULL }; +static const char *passcmd[] = { "pass-menu", NULL }; static const char *bupcmd[] = { "brightnessup", NULL }; static const char *bdowncmd[] = { "brightnessdown", NULL }; static const char *bmaxcmd[] = { "brightnessmax", NULL }; @@ -81,6 +82,7 @@ static const Key keys[] = { { MODKEY|ShiftMask, XK_Return, spawn, {.v = termcmd } }, { MODKEY, XK_e, spawn, {.v = browsercmd } }, { MODKEY|ShiftMask, XK_f, spawn, {.v = fixcmd } }, + { MODKEY|ShiftMask, XK_p, spawn, {.v = passcmd } }, { 0, XF86XK_MonBrightnessUp, spawn, {.v = bupcmd } }, { 0, XF86XK_MonBrightnessDown, spawn, {.v = bdowncmd } }, { 0, XF86XK_Display, spawn, {.v = bmaxcmd} }, |
