From 9e8af9d25106b615dabf956305f4ef80496ed412 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sun, 24 Jul 2022 12:31:09 +0100 Subject: 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). --- 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 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]; }; -- cgit v1.2.3