add dmenu dark and light variants
This commit is contained in:
14
st.c
14
st.c
@@ -2206,9 +2206,19 @@ ttycopy(int fildes)
|
||||
}
|
||||
|
||||
void
|
||||
externalpipettycopy(const Arg *arg)
|
||||
externalpipepaste(const Arg *)
|
||||
{
|
||||
externalpipeinout(arg, ttycopy);
|
||||
Arg arg;
|
||||
arg.v = externalpastecmd();
|
||||
externalpipeinout(&arg, ttycopy);
|
||||
}
|
||||
|
||||
void
|
||||
externalpipecopy(const Arg *)
|
||||
{
|
||||
Arg arg;
|
||||
arg.v = externalcopycmd();
|
||||
externalpipeinout(&arg, NULL);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user