diff options
| author | kj-sh604 | 2024-10-01 19:10:38 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-10-01 19:10:38 -0400 |
| commit | 5ea357e7cd233b1be359fcfac6f01718dac4171a (patch) | |
| tree | f5d46c02328cb70fad7f5aa8fb4d88ab7cb799a6 /.config/mpv | |
| parent | d74c8ca4f22c93d70f8b6d7d64921a3afc345959 (diff) | |
refactor: better font size for default DPI scale
Diffstat (limited to '.config/mpv')
| -rw-r--r-- | .config/mpv/mpv.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index b2b85e8..58886da 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -3,7 +3,7 @@ ao=pulse hwdec=nvdec osd-font='JetBrains Mono' sub-font='Helvetica World' -sub-font-size=38 +sub-font-size=32 scale=bilinear cscale=bilinear dscale=bilinear |
