From fdcda651241ace04d895b9efa77d261029e0da68 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sat, 22 Oct 2022 21:55:58 +0100 Subject: Add --terminal option. --- src/tofi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tofi.h') diff --git a/src/tofi.h b/src/tofi.h index be3e821..994ee0f 100644 --- a/src/tofi.h +++ b/src/tofi.h @@ -11,6 +11,7 @@ #include "wlr-layer-shell-unstable-v1.h" #define MAX_OUTPUT_NAME_LEN 256 +#define MAX_TERMINAL_NAME_LEN 256 struct output_list_element { struct wl_list link; @@ -88,6 +89,7 @@ struct tofi { bool fuzzy_match; bool require_match; char target_output_name[MAX_OUTPUT_NAME_LEN]; + char default_terminal[MAX_TERMINAL_NAME_LEN]; }; #endif /* TOFI_H */ -- cgit v1.2.3