Add copy last url on Alt+L

This commit is contained in:
2023-04-28 20:57:22 +05:00
parent b7726da6ef
commit 63d3bdd5ae
7 changed files with 89 additions and 1 deletions

1
st.h
View File

@@ -86,6 +86,7 @@ void printscreen(const Arg *);
void printsel(const Arg *);
void sendbreak(const Arg *);
void toggleprinter(const Arg *);
void copyurl(const Arg *);
int tattrset(int);
void tnew(int, int);