Fcitx5: Difference between revisions

34j (talk | contribs)
Configuration: Set `i18n.inputMethod.fcitx5.ignoreUserConfig = true` even if Home Manager due to https://github.com/nix-community/home-manager/commit/6d1f834ca63700604a96d8c38aa8ac272d95071a
34j (talk | contribs)
Configuration: Add explanation about ActiveByDefault
Line 42: Line 42:
   "Groups/0/Items/1".Name = "mozc";
   "Groups/0/Items/1".Name = "mozc";
};
};
# i18n.inputMethod.fcitx5.settings.globalOptions = { };
i18n.inputMethod.fcitx5.settings.globalOptions = {
  # Without "Active By Default" set to True, fcitx5 needs to be
  # manually activated by pressing the hotkey etc. after the initial launch
  # ActiveByDefault = True;
};


# Local config at ~/.config/fcitx5 needs to be ignored using the following option.
# Local config at ~/.config/fcitx5 needs to be ignored using the following option.