Global configuration settings written to $XDG_CONFIG_HOME/Kvantum/kvantum.kvconfig.
Declarations
Type
open submodule of attribute set of section of a kvconfig file (attrs of INI atom (null, bool, int, float or string) or a non-empty list of them)Default
{ }Example
{
Applications = {
KvArc = [
"app1"
"app2"
];
KvFlat = [
"app3"
];
};
General = {
theme = "KvAdapta";
};
SomethingElse = {
foo = "bar";
};
}