add key to insert text selected with dmenu as terminal input

This commit is contained in:
2025-10-09 21:07:49 +02:00
parent 278f7b1869
commit 7959aba0bf
3 changed files with 50 additions and 2 deletions

1
st.h
View File

@@ -83,6 +83,7 @@ void redraw(void);
void draw(void);
void externalpipe(const Arg *);
void externalpipettycopy(const Arg *);
void printscreen(const Arg *);
void printsel(const Arg *);
void sendbreak(const Arg *);