change mpv.conf to match morden recommended,

disable window controls in fullscreen mpv
chromebook
Alex 2022-06-12 23:40:31 -05:00
parent e7b88d9230
commit ee5c1d2d1a
2 changed files with 3 additions and 7 deletions

View File

@ -8,11 +8,7 @@ loop-file=inf
[extension.webm] [extension.webm]
loop-file=inf loop-file=inf
osc=no [idle]
[Auto.Idle]
profile-cond=p["idle-active"] profile-cond=p["idle-active"]
profile-restore=copy-equal profile-restore=copy-equal
osd-playing-msg=' ' background=1
title=' '
background=1.0
geometry=640

View File

@ -38,7 +38,7 @@ local user_opts = {
showtitle = true, -- show title and no hide timeout on pause showtitle = true, -- show title and no hide timeout on pause
timetotal = true, -- display total time instead of remaining time? timetotal = true, -- display total time instead of remaining time?
visibility = 'auto', -- only used at init to set visibility_mode(...) 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 language = 'eng', -- eng=English, chs=Chinese
} }