summaryrefslogtreecommitdiff
path: root/config.yaml
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2024-11-27 22:52:45 +0100
committerBotond Hende <nettingman@gmail.com>2024-11-27 22:52:45 +0100
commit744961a1538fbb0d821c5d2a332d65fd8c6b1290 (patch)
treec64cd50642aea8d91f366cad3b2811ba5d6fada9 /config.yaml
parent9a79c535edb655ca490c2b231aad2466951caf7f (diff)
responses basic datastructure and deserialization
Diffstat (limited to 'config.yaml')
-rw-r--r--config.yaml4
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