diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 8059706..6a9dffd 100755 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -8,11 +8,7 @@ loop-file=inf [extension.webm] loop-file=inf -osc=no -[Auto.Idle] +[idle] profile-cond=p["idle-active"] profile-restore=copy-equal -osd-playing-msg=' ' -title=' ' -background=1.0 -geometry=640 +background=1 diff --git a/.config/mpv/scripts/morden.lua b/.config/mpv/scripts/morden.lua index dc27b92..ef51938 100644 --- a/.config/mpv/scripts/morden.lua +++ b/.config/mpv/scripts/morden.lua @@ -38,7 +38,7 @@ local user_opts = { showtitle = true, -- show title and no hide timeout on pause timetotal = true, -- display total time instead of remaining time? visibility = 'auto', -- only used at init to set visibility_mode(...) - windowcontrols = 'auto', -- whether to show window controls + windowcontrols = 'no', -- whether to show window controls language = 'eng', -- eng=English, chs=Chinese }