summaryrefslogtreecommitdiff
path: root/src/tofi.h
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2022-07-24 12:31:09 +0100
committerPhil Jones <philj56@gmail.com>2022-07-24 12:40:26 +0100
commit9e8af9d25106b615dabf956305f4ef80496ed412 (patch)
tree180ad86a9c1675777c83a9243db5129a01be9146 /src/tofi.h
parentee0ed3c506f8f45fce42cbabc1d9521382740924 (diff)
Add drun mode.
This is a pretty simple implementation, but it should work for most use cases. Notably, generic application names aren't used (though that could be added without too much hassle), and neither are keywords (that would be more difficult).
Diffstat (limited to 'src/tofi.h')
-rw-r--r--src/tofi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tofi.h b/src/tofi.h
index 7ad202c..4ad9f75 100644
--- a/src/tofi.h
+++ b/src/tofi.h
@@ -64,6 +64,7 @@ struct tofi {
bool hide_cursor;
bool use_history;
bool late_keyboard_init;
+ bool drun_launch;
char target_output_name[MAX_OUTPUT_NAME_LEN];
};