Settings for noctalia-greeter written to greeter.toml.
Note that it also can contain some state, like the most recently used session, which will be clobbered on every activation and boot. This is due to an upstream limitation; the state is due to be moved to another file.
Declarations
Type
TOML valueDefault
{ }Example
{
cursor = {
size = 24;
theme = "Adwaita";
};
keyboard = {
layout = "us";
};
}