summaryrefslogtreecommitdiff
path: root/src/drun.h
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2022-10-22 21:55:58 +0100
committerPhil Jones <philj56@gmail.com>2022-10-22 22:01:41 +0100
commitfdcda651241ace04d895b9efa77d261029e0da68 (patch)
tree74c2bc4304e0fa1d501cc4d88bc2985b7eba6566 /src/drun.h
parent820fb11b9bb034a1ee2685ff9272f031d27dcd38 (diff)
Add --terminal option.
Diffstat (limited to 'src/drun.h')
-rw-r--r--src/drun.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drun.h b/src/drun.h
index 207d384..8e65d26 100644
--- a/src/drun.h
+++ b/src/drun.h
@@ -8,7 +8,7 @@
struct desktop_vec drun_generate(void);
struct desktop_vec drun_generate_cached(void);
void drun_history_sort(struct desktop_vec *apps, struct history *history);
-void drun_print(const char *filename);
+void drun_print(const char *filename, const char *terminal_command);
void drun_launch(const char *filename);
#endif /* DRUN_H */