From 3aa1900aa273638ea78725d68f66e4f6fcb98707 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Wed, 14 Jun 2023 21:36:36 +0200 Subject: [PATCH] Update mpv config --- .config/mpv/input.conf | 1 - .config/mpv/scripts/oscc.lua | 2 -- 2 files changed, 3 deletions(-) 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