From f6f20f03bc5203cce05438b46f38cd8776fbd4f0 Mon Sep 17 00:00:00 2001 From: Kipras Melnikovas Date: Sun, 21 Feb 2021 00:18:07 +0200 Subject: [PATCH] Add `Braille` font family to `monospace` @ fontconfig 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 --- .config/fontconfig/fonts.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf index 2d58803c..be47e011 100755 --- a/.config/fontconfig/fonts.conf +++ b/.config/fontconfig/fonts.conf @@ -30,6 +30,7 @@ Noto Sans Mono Liberation Mono + Braille