viddy icon indicating copy to clipboard operation
viddy copied to clipboard

config under windows

Open alexn-s opened this issue 2 years ago • 1 comments

where can i store the config file under windows?

i tried putting it in C:\Users\...\viddy.toml

#17

alexn-s avatar Aug 31 '22 20:08 alexn-s

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)

mmabdpr avatar Jun 07 '24 16:06 mmabdpr