From 215ac920166087ffcf917c293caf6497adf50c3d Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 8 Sep 2022 20:08:42 +0200 Subject: Add matrix known servers to config file instead of hardcoded, copy example config and readme to /usr/share/quickmedia --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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/.json` if it exists or from `/usr/share/quickmedia/themes`. Theme name is set in `~/.config/quickmedia/config.json` under the variable `theme`.\ -- cgit v1.2.3