diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-12-13 17:23:38 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2018-12-13 17:23:38 -0500 |
commit | a2b1dfe1ba2309fe6ce615ed02fc6e36efed99e9 (patch) | |
tree | 78ce831d57869f361815b66aaeac2f1858c28aa0 /st.h | |
parent | 6c93dd4520fc74d0dca7d023b95e8dc946cda214 (diff) |
ctrl-l chooses urls with xurls and dmenu
Diffstat (limited to 'st.h')
-rw-r--r-- | st.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -92,6 +92,7 @@ void die(const char *, ...); void redraw(void); void draw(void); +void externalpipe(const Arg *); void iso14755(const Arg *); void printscreen(const Arg *); void printsel(const Arg *); |