diff options
| author | Kipras Melnikovas <kipras@kipras.org> | 2021-06-25 03:52:27 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-24 20:52:27 -0400 |
| commit | 693c4317f57bfa3776ecd0d17b9486cca25250b4 (patch) | |
| tree | 061fac3bdf8729327fe1cb2bf87c482d6a4823c5 /.config/fontconfig/fonts.conf | |
| parent | 542c4ab18d94a7ce98dd9b3a0d2a0cc6e631d8c5 (diff) | |
| download | eibhear-693c4317f57bfa3776ecd0d17b9486cca25250b4.tar.gz eibhear-693c4317f57bfa3776ecd0d17b9486cca25250b4.tar.zst eibhear-693c4317f57bfa3776ecd0d17b9486cca25250b4.zip | |
Add `Braille` font family to `monospace` @ fontconfig (#901)
Some programs like `gotop` [1] or `bottom` / `btm` [2] weren't displaying properly, and I was able to fix the glyphs with the Braille font (don't recall where I found the recommendation).
Don't forget to
```sh
fc-cache -fv --really-force
```
Also beware of stuff like [4].
needs `ttf-ubraille` [3] so an update in LARBS progs.csv would be needed aswell
[1] https://aur.archlinux.org/packages/gotop
[2] https://aur.archlinux.org/packages/bottom-bin
[3] https://aur.archlinux.org/packages/ttf-ubraille
[4] https://wiki.archlinux.org/index.php/Font_configuration#Disable_scaling_of_bitmap_fonts
Diffstat (limited to '.config/fontconfig/fonts.conf')
| -rwxr-xr-x | .config/fontconfig/fonts.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf index 2d58803..be47e01 100755 --- a/.config/fontconfig/fonts.conf +++ b/.config/fontconfig/fonts.conf @@ -30,6 +30,7 @@ <prefer> <family>Noto Sans Mono</family> <family>Liberation Mono</family> + <family>Braille</family> </prefer> </alias> </fontconfig> |
