diff options
author | Phil Jones <philj56@gmail.com> | 2023-07-16 15:18:46 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2023-07-16 15:18:46 +0100 |
commit | 47a7f68cd03948035617b83b31349330ae8e55dc (patch) | |
tree | 2eac35d6fbce7d19782389f92180def6a80cb062 /src/tofi.h | |
parent | 0f1b2a8cf196f4661fbf7bdd54f818fbba8cf8c9 (diff) |
Add --physical-keybindings option.
Diffstat (limited to 'src/tofi.h')
-rw-r--r-- | src/tofi.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -103,6 +103,7 @@ struct tofi { bool auto_accept_single; bool print_index; bool multiple_instance; + bool physical_keybindings; char target_output_name[MAX_OUTPUT_NAME_LEN]; char default_terminal[MAX_TERMINAL_NAME_LEN]; char history_file[MAX_HISTORY_FILE_NAME_LEN]; |