mods.anyrun.enable
Enables anyrun
Type: boolean
Default:
false
Example:
true
mods.anyrun.customConfig
Custom anyrun configuration. Will be merged with default configuration if enabled.
Type: attribute set of anything
Default:
{ }
Example:
{ }
mods.anyrun.customCss
Custom anyrun css. Will be merged with default css if enabled.
Type: strings concatenated with ā\nā
Default:
""
Example:
''
#window {
border-radius: none;
}
''
mods.anyrun.useDefaultConfig
Use preconfigured anyrun config.
Type: boolean
Default:
true
Example:
false
mods.anyrun.useDefaultCss
Use preconfigured anyrun css.
Type: boolean
Default:
true
Example:
false