Xclamation permits the user to define certain configuration parameters by default:
These parameters are described in the "xclamationrc" file. Each user may also add his or her own default parameter definitions by creating an ".xclamationrc" file in the home directory.
Xclamation reads configuration files sequentially in this order:
Xclamation's configuration files are stored in several overlapping sections. Each section begins with "\TYPESECTION {", where TYPESECTION is the specified word indicating the section type. Sections end with a closing bracket "}". The structure of an Xclamation configuration file takes on the following form:
\CONFIG{
\FONTLIST{
\FONT{...}
\FONT{...}
}
\COLORLIST{
\COLOR0{...}
...
\COLORN{...}
}
\STYLELIST{
\STYLE0{...}
...
\STYLEN{...}
}
\RULERLIST{
\RULER0{...}
...
\RULERN{...}
}
\HELP_CONFIG{
\CACHE_CONFIG{...}
\PRINTER{...}
\KEYSERVER{...}
}