aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-09-08 20:08:42 +0200
committerdec05eba <dec05eba@protonmail.com>2022-09-08 20:09:05 +0200
commit215ac920166087ffcf917c293caf6497adf50c3d (patch)
tree3294f0d19c45d3477049380ed04f5b320e879e71 /README.md
parente3a151d5d2a71126c275567862a0cd2d471b42bc (diff)
Add matrix known servers to config file instead of hardcoded, copy example config and readme to /usr/share/quickmedia
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 97c89de..cf1d131 100644
--- a/README.md
+++ b/README.md
@@ -167,7 +167,7 @@ Type text and then wait and QuickMedia will automatically search.\
`/react [text]`: React to the selected message (also works if you are replying to a message).\
`/id`: Show the room id.
## Config
-Config is loaded from `~/.config/quickmedia/config.json` if it exists. See [example-config.json](https://git.dec05eba.com/QuickMedia/plain/example-config.json) for an example config. All fields in the config file are optional.\
+Config is loaded from `~/.config/quickmedia/config.json` if it exists. See [example-config.json](https://git.dec05eba.com/QuickMedia/plain/example-config.json) for an example config. All fields in the config file are optional. If you have installed quickmedia then you can copy `/usr/share/quickmedia/example-config.json` to `~/.config/quickmedia/config.json` and use that as a base for your personal config file.\
If `use_system_mpv_config` is set to `true` then your systems mpv config in `~/.config/mpv/mpv.conf` and plugins will be used.
## Theme
Theme is loaded from `~/.config/quickmedia/themes/<theme-name>.json` if it exists or from `/usr/share/quickmedia/themes`. Theme name is set in `~/.config/quickmedia/config.json` under the variable `theme`.\