summaryrefslogtreecommitdiff
path: root/src/tofi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tofi.h')
-rw-r--r--src/tofi.h2
1 files changed, 2 insertions, 0 deletions
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 */