[Conkeror] Font customization

John J Foerch jjfoerch at earthlink.net
Sun Feb 17 15:52:51 PST 2008


John J Foerch <jjfoerch at earthlink.net> writes:
> What should this new function be called?  session_pref?

This is just a follow-up to let everyone know that conkeror now
includes the function `session_pref'.  It is now the preferred way to
set preferences in your rc.  session_pref clears any user preference
values from your profile, and sets the preference in a way such that
the value will not be saved to your profile.  For example, if you
wanted to set the minimum font size for western text:

session_pref ("font.minimum-size.x-western", 32);

You can then start up conkeror and see that most text will appear
large.  Now to disable the pref, all you have to do is remove or
comment the session_pref call from your rc, and restart conkeror.  The
pref will no longer be set.

--John




More information about the Conkeror mailing list