diff options
author | shmibs <shmibs@gmail.com> | 2014-03-04 22:03:13 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2014-03-04 22:03:13 -0700 |
commit | 1356808cc6f5a749d0d8d6e46fb417f09b9c2f5a (patch) | |
tree | e3090f1ecf209627ec49c52b48e0525c22a4f594 /.mpv | |
parent | e31de6c4cff8a6dc20a23dfc660da8a0d8127fa4 (diff) | |
download | dotfiles-1356808cc6f5a749d0d8d6e46fb417f09b9c2f5a.tar.gz |
added dmenu-based switcher
also started using mpv
Diffstat (limited to '.mpv')
-rw-r--r-- | .mpv/config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.mpv/config b/.mpv/config new file mode 100644 index 0000000..40c0288 --- /dev/null +++ b/.mpv/config @@ -0,0 +1,10 @@ + +# video +fs=yes +ass-hinting=native +vo=opengl-hq +slang=en,eng + +# audio +alang=jp,jpn,jap,en,eng + |