mayfrost-guides

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit ef53a374a9b52ebc2e21d012a64854c67b4922b1
parent 77ff677391ce1e52d07b9534369e8a5ee0caff23
Author: mayfrost <mayfrost@cock.li>
Date:   Fri,  4 Jan 2019 15:51:32 -0300

Update X.md
Diffstat:
MX.md | 14++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/X.md b/X.md @@ -198,6 +198,16 @@ __ADDING FONTS__ `~/.fonts/` * are automatically added after updating __Fontconfig__. +__COMMANDS__ +* To list fonts: +`fc-list` +* To show an ordered list of fonts matching a certain name or pattern: +`fc-match -s <NAME>` +* To update fontconfig cached list of fonts: +`fc-cache -fv` +* To update an specific directory: +`fc-cache /path/to/fonts/` + __GLOBAL CONFIGURATION__ * User generated system-wide changes are in: `/etc/fonts/local.conf` @@ -213,10 +223,10 @@ __LOCAL CONFIGURATION__ `~/.fonts.conf` * or: `~/.config/fontconfig/fonts.conf` -* or putting symbolic links to files from: +* or making symbolic links of files from: `/etc/fonts/conf.avail/` * to: -`~/.config/fontconfig/conf.d` +`~/.config/fontconfig/conf.d/` __BITMAP FONTS__ The bitmap fonts may not be enabled by default on __FONTCONFIG__.