Skip to content

Commit

Permalink
chore: update sample config files to include newest options
Browse files Browse the repository at this point in the history
  • Loading branch information
mfontanini committed Feb 2, 2025
1 parent a02b8c4 commit 7bbd1ff
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config.sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,24 @@ snippet:
# enable code snippet execution. Use at your own risk!
enable: true

exec_replace:
# enable code snippet automatic execution + replacing the snippet with its output. Use at your own risk!
enable: true

render:
# the number of threads to use when rendering `+render` code snippets.
threads: 2

speaker_notes:
# The endpoint to listen for speaker note events.
listen_address: "127.0.0.1:59418"

# The endpoint to publish speaker note events.
publish_address: "127.0.0.1:59418"

# Whether to always publish speaker notes even when `--publish-speaker-notes` is not set.
always_publish: false

bindings:
# the keys that cause the presentation to move forwards.
next: ["l", "j", "<right>", "<page_down>", "<down>", " "]
Expand Down

0 comments on commit 7bbd1ff

Please sign in to comment.