Configuration settings for mako. Can include both global settings and sections. All available options can be found here: https://github.com/emersion/mako/blob/master/doc/mako.5.scd.
Declarations
Type
attribute set of (INI atom (null, bool, int, float or string) or attribute set of (INI atom (null, bool, int, float or string)))Default
{ }Example
{
"actionable=true" = {
anchor = "top-left";
};
actions = true;
anchor = "top-right";
background-color = "#000000";
border-color = "#FFFFFF";
border-radius = 0;
default-timeout = 0;
font = "monospace 10";
height = 100;
icons = true;
ignore-timeout = false;
layer = "top";
margin = 10;
markup = true;
width = 300;
}