Fonts update: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
mkfontdir | mkfontdir | ||
mkfontscale | mkfontscale | ||
#Scan directories with apparently valid caches (-f, --force,) verbose (-v, --verbose) (see also man fc-cache:) | #Scan directories with apparently valid caches (-f, --force,) verbose (-v, --verbose) (see also man fc-cache: ) | ||
fc-cache -f -v</pre> | fc-cache -f -v</pre> |
Revision as of 14:22, 20 May 2020
#!/bin/sh #updatefonts mkfontdir mkfontscale #Scan directories with apparently valid caches (-f, --force,) verbose (-v, --verbose) (see also man fc-cache: ) fc-cache -f -v