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]
|
[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
|
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue