diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf index 705ba48..f33b559 100644 --- a/.config/mpv/input.conf +++ b/.config/mpv/input.conf @@ -13,4 +13,3 @@ K add video-pan-y 0.01 J add video-pan-y -0.01 m cycle mute -s subs diff --git a/.config/mpv/scripts/oscc.lua b/.config/mpv/scripts/oscc.lua index 3e4b962..75d68d3 100644 --- a/.config/mpv/scripts/oscc.lua +++ b/.config/mpv/scripts/oscc.lua @@ -48,8 +48,6 @@ local user_opts = { seekrangeseparate = true, -- wether the seekranges overlay on the bar-style seekbar seekrangealpha = 210, -- transparency of seekranges seekbarkeyframes = true, -- use keyframes when dragging the seekbar - title = "${media-title}", -- string compatible with property-expansion - -- to be shown as OSC title tooltipborder = 1, -- border of tooltip in bottom/topbar tooltipfontsize = 17.5, tooltipseekbar = false, -- following cursor bar over the playback seekbar