diff options
author | Phil Jones <philj56@gmail.com> | 2022-10-22 21:55:58 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-10-22 22:01:41 +0100 |
commit | fdcda651241ace04d895b9efa77d261029e0da68 (patch) | |
tree | 74c2bc4304e0fa1d501cc4d88bc2985b7eba6566 /src/tofi.h | |
parent | 820fb11b9bb034a1ee2685ff9272f031d27dcd38 (diff) |
Add --terminal option.
Diffstat (limited to 'src/tofi.h')
-rw-r--r-- | src/tofi.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 */ |