From c430b6c12bd1008966a3c8ae5146c4828af95c14 Mon Sep 17 00:00:00 2001 From: ange Date: Tue, 22 Oct 2024 22:03:25 +0700 Subject: [PATCH] feat: update dwm to use pass subcomands --- .config/suckless/dwm-6.5/config.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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[] = {