mirror of
https://github.com/mfontanini/presenterm.git
synced 2025-05-05 07:23:00 +00:00
chore: update sample config files to include newest options
This commit is contained in:
parent
a02b8c4d86
commit
7bbd1ff9db
@ -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>", " "]
|
||||
|
Loading…
x
Reference in New Issue
Block a user