diff options
author | Patrick Spek <p.spek@tyil.nl> | 2023-05-11 13:20:55 +0200 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2023-05-11 13:21:10 +0200 |
commit | 4dcb3df54dd2cd8672654a8e15a1034ec35d8b9f (patch) | |
tree | c4f37e535d4b45d781c7e7e75e1ebe2bc009d5d9 | |
parent | 546e2eadd91046d6472b9a644fa21a041437c07b (diff) | |
download | dotfiles-4dcb3df54dd2cd8672654a8e15a1034ec35d8b9f.tar.gz dotfiles-4dcb3df54dd2cd8672654a8e15a1034ec35d8b9f.tar.bz2 |
Make mpv always tile nicely, even if it adds black bars to the side
-rw-r--r-- | .config/mpv/mpv.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 0e653a7..bad9e0d 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,2 +1,3 @@ hwdec=auto +no-keepaspect-window ytdl-format=bestvideo[ext=webm][height<=?720][fps<50]+bestaudio/best |