MyNixOS website logo
option

i18n.inputMethod.fcitx5.settings.globalOptions

The global options in config file in ini format.

Declarations
Type
open submodule of attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  Behavior = {
    ActiveByDefault = false;
  };
  Hotkey = {
    EnumerateWithTriggerKeys = true;
    EnumerateSkipFirst = false;
    ModifierOnlyKeyTimeout = 250;
  };
}