mayfrost-guides

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

commit 696d170f3686298de35b4079960198a135a40ae8
parent 1c9ef44b8fced3bad6f4f4ac8cb769833f2c7c02
Author: mayfrost <mayfrost@cock.li>
Date:   Mon, 31 Dec 2018 00:39:27 -0300

Update X.md
Diffstat:
MX.md | 8+++-----
1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/X.md b/X.md @@ -137,13 +137,11 @@ There are two ways of adding fonts, with __Fontconfig__ or with __X__ core fonts `xset q` __STEP 1__: Create a font directory with font files and index files. -* If there are scalable fonts you might first need to correctly name them first: +* First you might need to correctly name scalable fonts by creating a _fonts.scale_ file in the directory: `mkfontscale ~/.fonts` -* To properly create a font index file: +* Next create a proper font index file _fonts.dir_ to list available fonts in this directory: `mkfontdir ~/.fonts` -Some files are then created: -* The _fonts.dir_ lists the available fonts in this directory. -* The _fonts.alias_ provides aliases. +* The _fonts.alias_ provides aliases you can use and is manually created. __STEP 2__: Inform __X__ where to look for font directories. * Edit _"/etc/X11/xorg.conf"_ or in the separate file _"/etc/X11/xorg.conf.d/fonts.conf"_