mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
i18n: use i18n.inputMethod.{enable,type}
This commit is contained in:
parent
1d5bfa01dd
commit
22dbd0089f
3 changed files with 9 additions and 4 deletions
|
|
@ -44,7 +44,10 @@
|
|||
;
|
||||
};
|
||||
xresources.properties."Xft.dpi" = 92;
|
||||
i18n.inputMethod.enabled = "fcitx5";
|
||||
i18n.inputMethod = {
|
||||
enable = true;
|
||||
type = "fcitx5";
|
||||
};
|
||||
|
||||
# Disable the blueman pop up persistently
|
||||
# https://github.com/blueman-project/blueman/issues/1556#issuecomment-882857426
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue