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
|
||||
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
|
||||
sponsorblock.db
|
||||
|
@ -18,10 +20,10 @@ sponsorblock.db.tmp
|
|||
sponsorblock.txt
|
||||
|
||||
# ignore any just-in-time settings that took place in qutebrowser
|
||||
qutebrowser/.config/qutebrowser/autoconfig.yml
|
||||
qutebrowser/.config/qutebrowser/qsettings
|
||||
qutebrowser/.config/qutebrowser/bookmarks
|
||||
qutebrowser/.config/qutebrowser/stylesheets
|
||||
/qutebrowser/.config/qutebrowser/autoconfig.yml
|
||||
/qutebrowser/.config/qutebrowser/qsettings
|
||||
/qutebrowser/.config/qutebrowser/bookmarks
|
||||
/qutebrowser/.config/qutebrowser/stylesheets
|
||||
|
||||
# ignore vifm & ueberzug utility files
|
||||
vifm-help.txt
|
||||
|
|
|
@ -36,7 +36,7 @@ osc=no
|
|||
osd-bar=no
|
||||
|
||||
osd-font='Iosevka Mono'
|
||||
osd-font-size=48
|
||||
osd-font-size=16
|
||||
|
||||
### Subtitles
|
||||
|
||||
|
|
Loading…
Reference in a new issue