diff --git a/src/.config/fcitx5/conf/.gitignore b/src/.config/fcitx5/conf/.gitignore new file mode 100644 index 0000000..0591066 --- /dev/null +++ b/src/.config/fcitx5/conf/.gitignore @@ -0,0 +1 @@ +cached_layouts diff --git a/src/.config/fcitx5/conf/mozc.conf b/src/.config/fcitx5/conf/mozc.conf new file mode 100644 index 0000000..16c9eb0 --- /dev/null +++ b/src/.config/fcitx5/conf/mozc.conf @@ -0,0 +1,11 @@ +# Initial Mode +InitialMode=Hiragana +# Vertical candidate list +Vertical=True +# Expand Usage (Requires vertical candidate list) +ExpandMode="On Focus" +# Fix embedded preedit cursor at the beginning of the preedit +PreeditCursorPositionAtBeginning=False +# Hotkey to expand usage +ExpandKey=Control+Alt+H + diff --git a/src/.config/fcitx5/conf/notifications.conf b/src/.config/fcitx5/conf/notifications.conf new file mode 100644 index 0000000..6e7d1b9 --- /dev/null +++ b/src/.config/fcitx5/conf/notifications.conf @@ -0,0 +1,3 @@ +# Hidden Notifications +HiddenNotifications= + diff --git a/src/.config/fcitx5/profile b/src/.config/fcitx5/profile new file mode 100644 index 0000000..bfd4938 --- /dev/null +++ b/src/.config/fcitx5/profile @@ -0,0 +1,29 @@ +[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= + +[Groups/0/Items/2] +# Name +Name=keyboard-tr +# Layout +Layout= + +[GroupOrder] +0=Default +