You are not logged in.
Pages: 1
I've been trying to get tamsynmod font from the AUR to display in xfontsel so I can then set it in my config.h for dwm. However I can't seem to get it to show up in the font list. I've installed it properly and updated the font cache (which is also done when I installed the font) but still no show. I'm sure I'm doing something painfully noobish so forgive me if I am.
Any ideas?
Last edited by sugarvenom (2012-12-27 11:10:04)
Offline
In your /usr/share/fonts/local/
# mkfontscale
# mkfontdirUpdate font cache, then
xset +fp /usr/share/fonts/localLast edited by illusionist (2012-12-27 11:03:02)
Never argue with stupid people,They will drag you down to their level and then beat you with experience.--Mark Twain
@github
Offline
In your /usr/share/fonts/local/
# mkfontscale # mkfontdirUpdate font cache, then
xset +fp /usr/share/fonts/local
That worked! Thank you! I'll mark this as solved. Would you be able to tell me what those first two commands are? I know the last one is setting the font directory but not sure on the first two.
Last edited by sugarvenom (2012-12-27 11:10:20)
Offline
They make 2 files in the directory called 'fonts.scale' and 'fonts.dir' respectively, which contains information about the fonts in that directory(font family, encoding, size etc) . You can see the strings xfontsel return in those files.
For more info:
man mkfontscale
man mkfontdir Never argue with stupid people,They will drag you down to their level and then beat you with experience.--Mark Twain
@github
Offline
Pages: 1