diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-02-19 16:30:07 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-02-19 16:30:07 +0100 |
commit | fbe24818e2aa00b9b21d3c4bf73b234fa20bd00e (patch) | |
tree | 5d6fdb5ed4180a8a1e71adc9fcb5dfbc69751fcf /mpv | |
parent | 1123453d0a1485922f0bac2e4063a67c7070aea3 (diff) | |
download | dotfiles-fbe24818e2aa00b9b21d3c4bf73b234fa20bd00e.tar.xz |
mpv: Update config
Diffstat (limited to 'mpv')
-rw-r--r-- | mpv/mpv.conf | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/mpv/mpv.conf b/mpv/mpv.conf index 5c822f2..d366707 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -1,9 +1,16 @@ -hwdec=vdpau -vo=vdpau +demuxer-thread=yes + +hwdec=auto +vo=opengl no-osc # Use with disabled flat-volumes in /etc/pulse/daemon.conf -volume=25 +volume=15 softvol=yes softvol-max=400 + +no-embeddedfonts +sub-auto=fuzzy +sub-text-font="Source Sans Pro" +osd-font="Source Sans Pro" |