config

OpenBSD system configuration
git clone git://jacobedwards.org/config
Log | Files | Refs | README

commit 253e99af7c6c43794821ec1f5a19d9f05bf33b9a
parent 4f300fbf4f938f3e7ad741886e64d8e901e12033
Author: Jacob R. Edwards <jacobouno@protonmail.com>
Date:   Wed,  2 Sep 2020 20:52:33 -0700

Change watch_later directory and show filenames

put watch later entries in ~/.local/var.

show filenames with a comment in watch later file.

Diffstat:
Mmpv/.config/mpv/mpv.conf | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf @@ -29,3 +29,7 @@ native-keyrepeat cache-pause=yes demuxer-max-bytes=100K demuxer-max-back-bytes=0 + +# watch later +watch-later-directory="~/.local/var/mpv/resume/" +write-filename-in-watch-later-config=yes