Change path for passman

This commit is contained in:
Alex D. 2021-09-17 18:14:01 +00:00
parent f50163b80d
commit 4f5ccf1ec5
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ static const Key keys[] = {
{ MODKEY, XK_f, spawn, STCMD("nnn") },
/* dmenu scripts */
{ MODKEY, XK_y, spawn, SHCMD("~/Projects/misc-scripts/passman-dmenu.zsh") },
{ MODKEY, XK_y, spawn, SHCMD("~/Sources/misc-scripts/passman-dmenu.zsh") },
/* mpv controls */
{ 0, XF86XK_AudioPlay, spawn, MPVSOCK("keypress space") },