Add a TOML configuration file
This commit is contained in:
7
config.toml.example
Normal file
7
config.toml.example
Normal 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"
|
||||
]
|
Reference in New Issue
Block a user