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 --- example-config.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'example-config.json') diff --git a/example-config.json b/example-config.json index 49f83eb..c489a15 100644 --- a/example-config.json +++ b/example-config.json @@ -34,6 +34,24 @@ "youtube": { "load_progress": true }, + "matrix": { + "known_homeservers": [ + "midov.pl", + "matrix.org", + "kde.org", + "librem.one", + "maunium.net", + "halogen.city", + "gnome.org", + "shivering-isles.com", + "nerdsin.space", + "glowers.club", + "privacytools.io", + "linuxdelta.com", + "tchncs.de", + "jupiterbroadcasting.com" + ] + }, "use_system_fonts": false, "use_system_mpv_config": false, "enable_shaders": true, -- cgit v1.2.3