From c57d9a2a65725dce8632bea6e539517f6b5e8f7d Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Thu, 23 Jun 2022 13:59:23 +0100 Subject: Add tofi-run symlink. Invoking 'tofi' now acts like dmenu, expecting newline-separated options on stdin. Also fix history file handling and add an option to disable it. --- 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 be4e750..1323bd4 100644 --- a/src/tofi.h +++ b/src/tofi.h @@ -50,6 +50,7 @@ struct tofi { /* Options */ int8_t anchor; bool hide_cursor; + bool use_history; }; #endif /* CLIENT_H */ -- cgit v1.2.3