Settings to write to the dconf configuration system.
Declarations
Type
attribute set of attribute set of (GVariant value)
Default
{ }
Example
{
"org/gnome/calculator" = {
button-mode = "programming";
show-thousands = true;
base = 10;
word-size = 64;
window-position = lib.hm.gvariant.mkTuple [100 100];
};
}