Configuration written to $XDG_CONFIG_HOME/qalculate/qalc.cfg.
Settings are organized into two INI sections:
General— persistence and display preferences (e.g.save_mode_on_exit,colorize,precision).Mode— active calculator settings that mirror the options accepted by the set command in an interactive qalc session (e.g.angle_unit,number_base,min_deci).
See qalc(1) for the full list of available settings and their accepted values.
Declarations
Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))Default
{ }Example
{
General = {
precision = 10;
colorize = 1;
save_mode_on_exit = 1;
save_definitions_on_exit = 0;
};
Mode = {
calculate_as_you_type = 1;
angle_unit = 1;
number_base = 10;
min_deci = 0;
max_deci = -1;
};
}