diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-11-25 12:54:48 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-11-25 12:55:47 +1300 |
commit | 8523bbb95e91665d3ca93a5988555cfd09842997 (patch) | |
tree | 5c6f385ecb0ac8b8e266b810d678adf6117f9d3b /mpv | |
parent | Use full "mouse" for xset(1) call in ~/.xinitrc (diff) | |
download | dotfiles-8523bbb95e91665d3ca93a5988555cfd09842997.tar.gz dotfiles-8523bbb95e91665d3ca93a5988555cfd09842997.zip |
Add config file for mpv
Only one line so far, but it's a good one: don't open a new window to
try to show me album art when I play FLACs, especially since it doesn't
work.
Diffstat (limited to 'mpv')
-rw-r--r-- | mpv/mpv.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mpv/mpv.conf b/mpv/mpv.conf new file mode 100644 index 00000000..5a2a05c4 --- /dev/null +++ b/mpv/mpv.conf @@ -0,0 +1,2 @@ +# Don't try to show me album covers when I play FLAC +no-audio-display |