No config file on Arch
rdricco opened this issue · 1 comments
rdricco commented
I cannot find the config file on Arch (installed via aur). Can you help me?
Do I need to manually create?
Thanks in advance.
FichteFoll commented
You can list a package's files with the following command, which will, among others, include the default config file:
$ pacman -Ql discordrp-mpris-git
…
discordrp-mpris-git /usr/lib/python3.9/site-packages/discordrp_mpris/config/config.toml
…
To adjust the configuration for your own, however, you want to do so in a different file, usually ~/.config/discordrp-mpris/config.toml
, as mentioned in the README. You'll need to create the file if you didn't already.