add force-japanese 2/2

This commit is contained in:
千住柱間 2024-07-22 15:48:19 -04:00
parent 6edc75bf42
commit f3872e03da
Signed by: hashirama
GPG key ID: 53E62470A86BC185

View file

@ -1,14 +0,0 @@
Patch list:
- **use_xsel** is a patch that reduces the latency of clipboard transactions, making it smoother while properly managing the memory. <br>
xsel has been around since 2001, and it's stable and has less dependencies than xclip, not to mention the compelling group of devs.
[xclip flaws](https://web.archive.org/web/20240712181840/https://zwyx.dev/til/2023/01/12/xclip%20and%20xsel)
how to use:
download the patch file to the base directory of mpvacious, which may be ```~/.config/mpv/scripts/sub2srs/``` <br>
and run the following command:
``` shell
$ patch -p1 < use_xsel.patch
```