diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-17 12:17:16 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-17 12:17:16 +0100 |
commit | c8b31514f35e0807b2e2f5e3ba5a660c298e3857 (patch) | |
tree | 46650894e960e4026f687fb8daac26af9f2e8445 /config/X/mpv/mpv.conf | |
parent | 5bb455ead775083d18ee93b242f96764be5cc363 (diff) |
set font to monospace
Diffstat (limited to 'config/X/mpv/mpv.conf')
-rwxr-xr-x | config/X/mpv/mpv.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/X/mpv/mpv.conf b/config/X/mpv/mpv.conf index 034ec6a..4f5e251 100755 --- a/config/X/mpv/mpv.conf +++ b/config/X/mpv/mpv.conf @@ -1,7 +1,7 @@ profile=gpu-hq # Set OSD font -osd-font='Ubuntu Mono' +osd-font='monospace' # Set OSD font size osd-font-size=30 |