aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 753de99..5db0713 100644
--- a/README.md
+++ b/README.md
@@ -29,16 +29,17 @@ If you are running arch linux then you can install QuickMedia from aur (https://
### Executables
`curl`
### Fonts
-`noto-fonts`
+`noto-fonts` (when `QM_USE_SYSTEM_FONTS` is not set to `1`)
### Optional
-`noto-fonts-cjk` needs to be installed to view chinese, japanese and korean characters.\
+`noto-fonts-cjk` needs to be installed to view chinese, japanese and korean characters (when `QM_USE_SYSTEM_FONTS` is not set to `1`).\
`mpv` needs to be installed to play videos.\
`youtube-dl` needs to be installed to play/download xxx videos.\
-`libnotify` which provides `notify-send` needs to be installed to show notifications (on Linux and other systems that uses d-bus notification system).\
+`notify-send` (which is part of `libnotify`) needs to be installed to show notifications (on Linux and other systems that uses d-bus notification system).\
[automedia](https://git.dec05eba.com/AutoMedia/) needs to be installed when tracking manga with `Ctrl + T`.\
`waifu2x-ncnn-vulkan` needs to be installed when using the `--upscale-images` or `--upscale-images-always` option.\
`xdg-utils` which provides `xdg-open` needs to be installed when downloading torrents with `nyaa.si` plugin.\
-`ffmpeg (and ffprobe which is included in ffmpeg)` needs to be installed to display webp thumbnails, to upload videos with thumbnails on matrix or to merge video and audio when downloading youtube videos.
+`ffmpeg (and ffprobe which is included in ffmpeg)` needs to be installed to display webp thumbnails, to upload videos with thumbnails on matrix or to merge video and audio when downloading youtube videos.\
+`fc-match` (which is part of `fontconfig`) needs to be installed when `QM_USE_SYSTEM_FONTS` is set to `1`.
## Controls
### General control
Type text and then wait and QuickMedia will automatically search.\
@@ -151,6 +152,7 @@ Type text and then wait and QuickMedia will automatically search.\
Set `QM_THEME` to one of the following: `default, nord` to change the theme.\
Set `QM_SCALE` to scale UI.\
Set `QM_FONT_SCALE` to scale fonts.\
+Set `QM_USE_SYSTEM_FONTS` to `1` to use system fonts instead of noto fonts.
If `xdg-open` is not installed then the `BROWSER` environment variable is used to open links in a browser.\
Set `QM_PHONE_FACTOR=1` to disable the room list side panel in matrix.
## UI scaling