mpv: Decrease overlay font size
Heavily decreased font-size for display since it was *humongous* before. Now provides a nice balance between readability and amount of text on screen.
This commit is contained in:
parent
5db4e37717
commit
0c14a972c7
2 changed files with 7 additions and 5 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -11,6 +11,8 @@ colorscheme.rasi
|
||||||
|
|
||||||
# do not add massive gutenberg thesaurus to repo
|
# do not add massive gutenberg thesaurus to repo
|
||||||
nvim/.config/nvim/thesaurus
|
nvim/.config/nvim/thesaurus
|
||||||
|
# if we have a pre-compiled plugin list don't add it
|
||||||
|
nvim/.config/nvim/plugin/packer_compiled.vim
|
||||||
|
|
||||||
# mpv sponsorblock api
|
# mpv sponsorblock api
|
||||||
sponsorblock.db
|
sponsorblock.db
|
||||||
|
@ -18,10 +20,10 @@ sponsorblock.db.tmp
|
||||||
sponsorblock.txt
|
sponsorblock.txt
|
||||||
|
|
||||||
# ignore any just-in-time settings that took place in qutebrowser
|
# ignore any just-in-time settings that took place in qutebrowser
|
||||||
qutebrowser/.config/qutebrowser/autoconfig.yml
|
/qutebrowser/.config/qutebrowser/autoconfig.yml
|
||||||
qutebrowser/.config/qutebrowser/qsettings
|
/qutebrowser/.config/qutebrowser/qsettings
|
||||||
qutebrowser/.config/qutebrowser/bookmarks
|
/qutebrowser/.config/qutebrowser/bookmarks
|
||||||
qutebrowser/.config/qutebrowser/stylesheets
|
/qutebrowser/.config/qutebrowser/stylesheets
|
||||||
|
|
||||||
# ignore vifm & ueberzug utility files
|
# ignore vifm & ueberzug utility files
|
||||||
vifm-help.txt
|
vifm-help.txt
|
||||||
|
|
|
@ -36,7 +36,7 @@ osc=no
|
||||||
osd-bar=no
|
osd-bar=no
|
||||||
|
|
||||||
osd-font='Iosevka Mono'
|
osd-font='Iosevka Mono'
|
||||||
osd-font-size=48
|
osd-font-size=16
|
||||||
|
|
||||||
### Subtitles
|
### Subtitles
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue