Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: PingPing on March 16, 2009, 01:31:27 PM
-
How do I change the fonts in the jwm title bars and also ATerm?
Also, can I use anti-aliased fonts?
-
For JWM see the config files ~/.jwmrc* , I don't remember where exactly the font definitions were
The ATerm font can be changed by X resources in the file ~/.Xdefaults
ATerm can only use bitmap fonts, JWM can use anti-aliased ones if compiled with that support (ours is not).
-
in .jwmrc-theme there are a few tags like this:
<Font antialias="false">helvetica-r12</Font>
I assume that's the place, but not sure.