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 ffd5e8750d
commit 3c9aef2597
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 *);