diff options
| author | kj_sh604 | 2025-12-08 23:25:17 -0500 |
|---|---|---|
| committer | kj_sh604 | 2025-12-08 23:25:17 -0500 |
| commit | bab023edfc6a45edaf9b48b5d79a3245822482ba (patch) | |
| tree | 2d844813a9d1d6fa33f846b1ec18912410ce2161 | |
| parent | 9dc5f8c3f417a28f7e436de70d241ca573abba70 (diff) | |
refactor: changes for `xfce4` with disabled compositor
| -rw-r--r-- | .config/mpv/mpv.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index d120bc0..8eed969 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,4 +1,4 @@ -vo=gpu +vo=x11 ao=pulse hwdec=auto osd-font='Roboto Mono' @@ -15,10 +15,10 @@ scale-antiring=0 scale=bilinear sigmoid-upscaling=no sws-allow-zimg=yes -sws-fast=yes sws-scaler=bilinear -zimg-dither=no +sws-fast=yes zimg-scaler=bilinear +zimg-dither=no sub-auto=all autofit-larger=96%x92% autofit-smaller=240x240 |
