diff options
| author | Robert Günzler <r@gnzler.io> | 2024-11-25 13:30:08 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2024-11-25 13:58:25 +0100 |
| commit | 18e3848110da0a59843058927ea04b496f5db2a5 (patch) | |
| tree | d54e7e1ab025d61507a0b1c3523c08abf400575d /.config/mpv/mvi/mpv.conf | |
| parent | 8f29be993dad465c1bb108462dc1bd63706649a5 (diff) | |
update mpv config
Signed-off-by: Robert Günzler <r@gnzler.io>
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 |