Customization Guide for Lpe This file describes where to start in customizing lpe to fit your own preferences. As of version 1.2.4, lpe reads a configuration file that can be used to customize its behavior. I will be adding more options to this config file as time goes on, and that will be most of what this document describes. If you are using a version prior to 1.2.4-mhp-2, you'll need to check out the CUSTOMIZE file from that distribution, as this information will not apply. The configuration files are SLang scripts, however, you don't have to know SLang to be able to configure lpe. This documentation will show you the basic things that can get you started. The main configuration file is located at $sysconfdir/lperc, depending on how you configured lpe this can be anything. Most common configurations will probably be the following: /usr/local/etc/lperc /usr/etc/lperc /etc/lperc A per-user configuration file exists too, it is located in ~/.lpe/custom Before modifying the main file, it is a good idea to test the modifications in the per-user configuratio file, so you won't break anything. Lpe does NOT stop at the first file. Instead, it reads all files present, and values in later files override values from prior files. This means that you can use the .lpe/custom file from your home directory to override site-wide defaults in /etc/lperc, or compiled-in application defaults. The application defaults are only used if none of the configuration files can be found. As I said before, the configuration files are SLang scripts, therefore you can place SLang function calls into them and whatever SLang allows. For beginners, the lpe_set_mode_option function will be the most useful. Currently, this is the only function that affects lpe directly. Its syntax is the following: lpe_set_option (