feat: update dwm to use pass subcomands
This commit is contained in:
parent
36e07e4988
commit
c430b6c12b
@ -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[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user