diff --git a/.config/suckless/dwm-6.5/config.h b/.config/suckless/dwm-6.5/config.h index e2e05de..d590a42 100644 --- a/.config/suckless/dwm-6.5/config.h +++ b/.config/suckless/dwm-6.5/config.h @@ -77,11 +77,11 @@ static const char *nextcmd[] = { "playerctl", "next", NULL }; static const char *stopcmd[] = { "playerctl", "stop", NULL }; static const char *lbrtcmd[] = { "light", "-10", NULL }; static const char *rbrtcmd[] = { "light", "+10", NULL }; -static const char *passselectcmd[] = { "passselect", NULL }; -static const char *passopencmd[] = { "passopen", NULL }; -static const char *passusercmd[] = { "passuser", NULL }; -static const char *passpasscmd[] = { "passpass", NULL }; -static const char *passotpcmd[] = { "passotp", NULL }; +static const char *passselectcmd[] = { "pass", "select", NULL }; +static const char *passopencmd[] = { "pass", "openurl", NULL }; +static const char *passusercmd[] = { "pass", "printuser", NULL }; +static const char *passpasscmd[] = { "pass", "printpass", NULL }; +static const char *passotpcmd[] = { "pass", "printotp", NULL }; static const char *reloadbarcmd[] = { "sh", "-c", "kill -34 \"$(cat \"$HOME/.cache/pidofbar\")\"", NULL}; static const Key keys[] = {