diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-10-30 15:49:36 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-10-30 15:49:36 +0300 |
commit | 54f65586e1e67106b18ffeadf5894542117a2e0c (patch) | |
tree | 8649f083e997c010d3512898a75ec3026d1a2c66 /dotfiles/.config/fcitx5/profile | |
parent | 34c636933344e59526388fe15e3fb2ec19c63ddf (diff) | |
download | swayrice-54f65586e1e67106b18ffeadf5894542117a2e0c.tar.gz swayrice-54f65586e1e67106b18ffeadf5894542117a2e0c.zip |
fcitx5 as IME
Diffstat (limited to 'dotfiles/.config/fcitx5/profile')
-rw-r--r-- | dotfiles/.config/fcitx5/profile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dotfiles/.config/fcitx5/profile b/dotfiles/.config/fcitx5/profile new file mode 100644 index 0000000..5dc8c41 --- /dev/null +++ b/dotfiles/.config/fcitx5/profile @@ -0,0 +1,23 @@ +[Groups/0] +# Group Name +Name=Default +# Layout +Default Layout=us +# Default Input Method +DefaultIM=mozc + +[Groups/0/Items/0] +# Name +Name=keyboard-us +# Layout +Layout= + +[Groups/0/Items/1] +# Name +Name=mozc +# Layout +Layout= + +[GroupOrder] +0=Default + |