aboutsummaryrefslogtreecommitdiff
path: root/config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.yml b/config.yml
index 11251b2..ae87de5 100644
--- a/config.yml
+++ b/config.yml
@@ -18,11 +18,23 @@ keys:
18 duration: 3 18 duration: 3
19 - play: 19 - play:
20 include: acros 20 include: acros
21 fade_in: 4
22 start_at: 40
21 - wait: 23 - wait:
22 duration: 10 24 duration: 10
25 - volume:
26 include: acros
27 value: 50
23 - stop: 28 - stop:
24 include: acros 29 include: acros
25 fade_out: 10 30 fade_out: 10
31 'e':
32 - play:
33 include: acros
34 restart_if_running: true
35 'r':
36 - play:
37 include: acros
26 'ESC': 38 'ESC':
27 - stop: ~ 39 - stop: ~
28 - stop_all_actions: ~ 40 - stop_all_actions: ~