change mpv.conf to match morden recommended,
disable window controls in fullscreen mpvchromebook
parent
e7b88d9230
commit
ee5c1d2d1a
|
@ -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
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue