Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
2021-04-11 01:33:00 +02:00
parent 7cb4180c0f
commit 2f5b8bf090
4 changed files with 33 additions and 22 deletions

View File

@ -18,5 +18,5 @@ if [ -z "$1" ]; then
'-> if is-empty(it) then "No one you are following is streaming right now." else it' \
-o table
else
streamlink -p mpv twitch.tv/$1 ${2:-best}
__NV_PRIME_RENDER_OFFLOAD_PROVIDER=NVIDIA-G0 __GLX_VENDOR_LIBRARY_NAME=nvidia __GL_SYNC_TO_VBLANK=0 streamlink -p mpv twitch.tv/$1 ${2:-best}
fi