diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf index d0e8717..00f7f0d 100644 --- a/mpv/.config/mpv/mpv.conf +++ b/mpv/.config/mpv/mpv.conf @@ -60,3 +60,7 @@ script-opts='osc-title=${filename}' # Use the thumbnail on-screen controller instead of the default one osc=no + +# Don't show progress when using keyboard to move forward/backward in time +osd-on-seek=no +osd-bar=no