diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-10-05 11:24:52 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 18:37:35 +0200 |
commit | 7483672dfceca31e55e0ac311d8ffaf11d89da60 (patch) | |
tree | 87d4a87bd810f0a1a6ac7ef7f5cbc8cd3c9c44a1 /mpv | |
parent | 95dbee05fb0d98801188f42283e89418f24caed6 (diff) | |
download | dotfiles-7483672dfceca31e55e0ac311d8ffaf11d89da60.tar.xz |
mpv: Bump
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'mpv')
-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 |