docs(mpv): revert to fullscreen by default & drop ontop flag
This commit is contained in:
parent
2b24e9555e
commit
ec5dd6863b
1 changed files with 3 additions and 3 deletions
|
@ -11,15 +11,15 @@ osd-font='Source Code Pro for Powerline'
|
||||||
# font to use for subtitles
|
# font to use for subtitles
|
||||||
sub-font='Source Code Pro for Powerline'
|
sub-font='Source Code Pro for Powerline'
|
||||||
|
|
||||||
|
# Start in fullscreen mode by default.
|
||||||
|
fs=yes
|
||||||
|
|
||||||
# force starting with centered window
|
# force starting with centered window
|
||||||
geometry=50%:50%
|
geometry=50%:50%
|
||||||
|
|
||||||
# don't allow a new window to have a size larger than 90% of screen
|
# don't allow a new window to have a size larger than 90% of screen
|
||||||
autofit-larger=90%x90%
|
autofit-larger=90%x90%
|
||||||
|
|
||||||
# keep player window on top of all other windows
|
|
||||||
ontop=yes
|
|
||||||
|
|
||||||
# good quality screenshots
|
# good quality screenshots
|
||||||
screenshot-format=png
|
screenshot-format=png
|
||||||
screenshot-png-compression=8
|
screenshot-png-compression=8
|
||||||
|
|
Loading…
Reference in a new issue