viddy
viddy copied to clipboard
config under windows
where can i store the config file under windows?
i tried putting it in C:\Users\...\viddy.toml
#17
It expects to be here: "C:\Users\<user>\AppData\Local\viddy.toml". That's how xdg behaves (which is the dependency viddy uses for choosing the config home folder).
It would be nice to add this in the readme (or ideally change the code in a way that would read the configs from ~\.config\viddy.toml or something similar in windows)