From cfab8efa406c7ff1063cb6ef89cb41028d0e826e Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sun, 9 Apr 2023 18:26:52 +0100 Subject: Add --auto-accept-single option. --- src/tofi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tofi.h') diff --git a/src/tofi.h b/src/tofi.h index d2f773c..571eab8 100644 --- a/src/tofi.h +++ b/src/tofi.h @@ -99,6 +99,7 @@ struct tofi { bool drun_print_exec; bool fuzzy_match; bool require_match; + bool auto_accept_single; bool multiple_instance; char target_output_name[MAX_OUTPUT_NAME_LEN]; char default_terminal[MAX_TERMINAL_NAME_LEN]; -- cgit v1.2.3