add input method config to fcitx5
This commit is contained in:
parent
f28052d09d
commit
39bf5ad3fa
1 changed files with 21 additions and 0 deletions
|
|
@ -47,6 +47,27 @@ in
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
waylandFrontend = true;
|
waylandFrontend = true;
|
||||||
|
ignoreUserConfig = true;
|
||||||
|
settings = {
|
||||||
|
addons = {
|
||||||
|
classicui.globalSection.Theme = "FluentDark-solid";
|
||||||
|
};
|
||||||
|
inputMethod = {
|
||||||
|
"Groups/0" = {
|
||||||
|
Name = "Default";
|
||||||
|
"Default Layout" = "us";
|
||||||
|
DefaultIM = "keyboard-us";
|
||||||
|
};
|
||||||
|
"Groups/0/Items/0" = {
|
||||||
|
Name = "keyboard-us";
|
||||||
|
Layout = "";
|
||||||
|
};
|
||||||
|
"Groups/0/Items/1" = {
|
||||||
|
Name = "rime";
|
||||||
|
Layout = "";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue