diff options
Diffstat (limited to '')
| -rw-r--r-- | .config/mpv/mvi/mpv.conf (renamed from .config/mvi/mpv.conf) | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/.config/mvi/mpv.conf b/.config/mpv/mvi/mpv.conf index 2218a59..973ba42 100644 --- a/.config/mvi/mpv.conf +++ b/.config/mpv/mvi/mpv.conf @@ -1,11 +1,3 @@ -gpu-context=wayland -autofit-larger=x90% - -osd-font="Iosevka Aile" -osd-font-size=15 -osd-scale-by-window=yes -hidpi-window-scale - ## IMAGE # classic opengl-hq parameter, change at will scale=spline36 @@ -17,7 +9,8 @@ sigmoid-upscaling # debanding seems rarely useful with images #deband # dark grey background instead of pure black -background=0.2 +background=color +background-color=0.2 ## MISC mute=yes |