diff options
author | katherine <ageha@airen-no-jikken.icu> | 2024-10-11 07:50:35 +1000 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2024-10-11 07:50:35 +1000 |
commit | 83177aa67c64e0d129e0b63b60818e8cd7ac72ee (patch) | |
tree | 00dad714e621a99388084a960383fe86edcb87cf /.config | |
parent | 913372f3854d1580d6aaf1e1de2f65049ba00579 (diff) | |
download | dotfiles-83177aa67c64e0d129e0b63b60818e8cd7ac72ee.tar.gz |
larger mpv streaming cache
Diffstat (limited to '.config')
-rw-r--r-- | .config/mpv/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/mpv/config b/.config/mpv/config index 79447c9..75bf057 100644 --- a/.config/mpv/config +++ b/.config/mpv/config @@ -1,6 +1,8 @@ screenshot-format=png no-window-dragging +demuxer-max-bytes=1024MiB + # video fs=yes vo=gpu-next |