feat: update dwm to use pass subcomands

This commit is contained in:
ange 2024-10-22 22:03:25 +07:00
parent 36e07e4988
commit c430b6c12b
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

View File

@ -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[] = {