diff options
-rw-r--r-- | mpv/mpv.conf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/mpv/mpv.conf b/mpv/mpv.conf index 38b7961..d702981 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -7,11 +7,15 @@ no-osc # Use with disabled flat-volumes in /etc/pulse/daemon.conf volume=100 -softvol=yes -softvol-max=400 +volume-max=400 no-embeddedfonts sub-auto=fuzzy sub-text-font="Source Sans Pro" osd-font="Source Sans Pro" sub-use-margins + +screenshot-directory=~/dumpdir +screenshot-template=mpv-%F-%p-%02n + +write-filename-in-watch-later-config=yes |