mirror of
https://github.com/paul-nameless/tg
synced 2024-11-22 11:53:08 +00:00
Update readme.md (#228)
fixed commandline arguments to play voice message with mpv fixed typo in commandline argument to open received pictures
This commit is contained in:
parent
81bcb5e942
commit
f1d3294ac5
1 changed files with 2 additions and 2 deletions
|
@ -210,9 +210,9 @@ Example: `~/.mailcap`
|
||||||
```ini
|
```ini
|
||||||
# media
|
# media
|
||||||
video/*; mpv "%s"
|
video/*; mpv "%s"
|
||||||
audio/ogg; mpv --speed 1.33 "%s"
|
audio/ogg; mpv --speed=1.33 "%s"
|
||||||
audio/mpeg; mpv --no-video "%s"
|
audio/mpeg; mpv --no-video "%s"
|
||||||
image/*; qView "%s"
|
image/*; qview "%s"
|
||||||
|
|
||||||
# text
|
# text
|
||||||
text/html; w3m "%s"
|
text/html; w3m "%s"
|
||||||
|
|
Loading…
Reference in a new issue