From 87ba2c540e6558ba2f8b52d465d87ce51f190b15 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 7 Jan 2023 00:58:13 -0500 Subject: [PATCH] mpv: Don't show progress on seek --- mpv/.config/mpv/mpv.conf | 4 ++++ 1 file changed, 4 insertions(+) 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