Add a TOML configuration file

This commit is contained in:
2018-10-13 03:23:55 +01:00
parent 3c3a688406
commit 019108bff8
19 changed files with 3448 additions and 0 deletions

7
config.toml.example Normal file
View File

@@ -0,0 +1,7 @@
[wh40k]
data_dir = "./orig"
video_player = [
"mpv",
"--no-config", "--keep-open=no", "--force-window=no", "--no-border",
"--no-osc", "--fullscreen", "--no-input-default-bindings"
]