diff options
author | Botond Hende <nettingman@gmail.com> | 2024-11-27 22:52:45 +0100 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-11-27 22:52:45 +0100 |
commit | 744961a1538fbb0d821c5d2a332d65fd8c6b1290 (patch) | |
tree | c64cd50642aea8d91f366cad3b2811ba5d6fada9 /config.yaml | |
parent | 9a79c535edb655ca490c2b231aad2466951caf7f (diff) |
responses basic datastructure and deserialization
Diffstat (limited to 'config.yaml')
-rw-r--r-- | config.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config.yaml b/config.yaml index 0903321..cc3c816 100644 --- a/config.yaml +++ b/config.yaml @@ -1,5 +1,7 @@ -input_mode: pw-record # other option: stdin intents_dir: sentences +responses_dir: responses applications_dir: /usr/bin +input_mode: pw-record # other option: stdin + lock: swaylock
\ No newline at end of file |