diff options
author | Phil Jones <philj56@gmail.com> | 2022-06-23 13:59:23 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-06-23 13:59:23 +0100 |
commit | c57d9a2a65725dce8632bea6e539517f6b5e8f7d (patch) | |
tree | c18011302444bebaa9d3ca56549d22ca70507469 /src/tofi.h | |
parent | 8ee3f74a3267ded3444c6f68b0551af0ba09d943 (diff) |
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.
Diffstat (limited to 'src/tofi.h')
-rw-r--r-- | src/tofi.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ struct tofi { /* Options */ int8_t anchor; bool hide_cursor; + bool use_history; }; #endif /* CLIENT_H */ |