summaryrefslogtreecommitdiff
path: root/src/tofi.h
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2022-08-21 20:58:10 +0100
committerPhil Jones <philj56@gmail.com>2022-08-21 20:58:10 +0100
commitfaf685ca266d9cd3e2bb42d2ef105a5577cfcaf1 (patch)
tree26f64872c8d192413f2411c2ff6054e849799922 /src/tofi.h
parentaeefb7cd446cbc32f6bd68f3f776a032979b3b92 (diff)
Add --require-match option.
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 eb3f0ce..419f86e 100644
--- a/src/tofi.h
+++ b/src/tofi.h
@@ -84,6 +84,7 @@ struct tofi {
bool drun_launch;
bool drun_print_exec;
bool fuzzy_match;
+ bool require_match;
char target_output_name[MAX_OUTPUT_NAME_LEN];
};