aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-07-06 19:01:35 +0200
committerdec05eba <dec05eba@protonmail.com>2021-07-06 19:01:35 +0200
commit3b1458784942574222f8fea5b2ab2f8accaac6b8 (patch)
treedda654e96263e590cdd519f1b96652ad079c2897 /README.md
parent2a7c6525c2ab62cb6a09f049c8bf53bc7e6e0039 (diff)
Respond to x11 ping (should fix gnome unresponsive application detection)
Diffstat (limited to 'README.md')
-rw-r--r--README.md32
1 files changed, 16 insertions, 16 deletions
diff --git a/README.md b/README.md
index 0c8e0b0..397a0a7 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,22 @@ EXAMPLES:
```
## Installation
If you are running arch linux then you can install QuickMedia from aur (https://aur.archlinux.org/packages/quickmedia-git/), otherwise you will need to first install [sibs](https://git.dec05eba.com/sibs/) and then run `./install.sh` as root.
+## Dependencies
+### Libraries
+`sfml`, `libx11`, `libxrandr`, `jsoncpp`, `libglvnd` (opengl)
+### Executables
+`curl`, `imagemagick`
+### Fonts
+`noto-fonts`
+### Optional
+`noto-fonts-cjk` needs to be installed to view chinese, japanese and korean characters.\
+`mpv` needs to be installed to play videos.\
+`youtube-dl` needs to be installed to download youtube music/videos. (Note: `youtube-dl` is not required to watch (stream) youtube music/videos).\
+`libnotify` which provides `notify-send` 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 upload videos with thumbnails on matrix.
## Controls
### General control
Type text and then wait and QuickMedia will automatically search.\
@@ -129,22 +145,6 @@ For example a value of 96 for the `Xft.dpi` means 1.0 scaling and 144 (96*1.5) m
Note that at the moment, cached images will not be scaled with the dpi. Images do also not scale above their original size.
## Tabs
[tabbed](https://tools.suckless.org/tabbed/) can be used to put quickmedia windows into tabs. After installing `tabbed`, run `tabbed -c -k quickmedia launcher -e`.
-## Dependencies
-### Libraries
-`sfml`, `libx11`, `libxrandr`, `jsoncpp`, `libglvnd` (opengl)
-### Executables
-`curl`, `imagemagick`
-### Fonts
-`noto-fonts`
-### Optional
-`noto-fonts-cjk` needs to be installed to view chinese, japanese and korean characters.\
-`mpv` needs to be installed to play videos.\
-`youtube-dl` needs to be installed to download youtube music/videos. (Note: `youtube-dl` is not required to watch (stream) youtube music/videos).\
-`libnotify` which provides `notify-send` 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 upload videos with thumbnails on matrix.
## License
QuickMedia is free software licensed under GPL 3.0, see LICENSE for more details. `images/emoji.png` uses Noto Color Emoji, which is licensed under the Apache license, see: https://github.com/googlefonts/noto-emoji.
# Screenshots