aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-08-19 20:21:40 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2025-08-19 20:21:40 +0200
commitfc6430b895a43689edc2bd50de81a6a5eab83ee8 (patch)
treefb1780d5cafe4282f19d6e9b22bcd705d5526654
parentb40f2c5ec40a31971c03fa8e103141cd490da348 (diff)
add more mozc config to dotfiles
-rw-r--r--.config/fcitx5/conf/clipboard.conf8
-rw-r--r--.config/fcitx5/conf/quickphrase.conf10
-rw-r--r--.config/fcitx5/conf/xcb.conf5
-rw-r--r--.config/fcitx5/conf/xim.conf3
-rw-r--r--.config/mozc/config1.dbbin0 -> 1906 bytes
5 files changed, 26 insertions, 0 deletions
diff --git a/.config/fcitx5/conf/clipboard.conf b/.config/fcitx5/conf/clipboard.conf
new file mode 100644
index 0000000..6a38473
--- /dev/null
+++ b/.config/fcitx5/conf/clipboard.conf
@@ -0,0 +1,8 @@
+# Paste Primary
+PastePrimaryKey=
+# Number of entries
+Number of entries=30
+
+[TriggerKey]
+0=Control+semicolon
+
diff --git a/.config/fcitx5/conf/quickphrase.conf b/.config/fcitx5/conf/quickphrase.conf
new file mode 100644
index 0000000..9e49067
--- /dev/null
+++ b/.config/fcitx5/conf/quickphrase.conf
@@ -0,0 +1,10 @@
+# キーモディファイアーを選択
+Choose Modifier=None
+# スペルチェックを有効にする
+Spell=True
+# フォールバック時のスペルチェック言語
+FallbackSpellLanguage=en
+
+[TriggerKey]
+0=Super+semicolon
+
diff --git a/.config/fcitx5/conf/xcb.conf b/.config/fcitx5/conf/xcb.conf
new file mode 100644
index 0000000..642bc03
--- /dev/null
+++ b/.config/fcitx5/conf/xcb.conf
@@ -0,0 +1,5 @@
+# Allow Overriding System XKB Settings
+Allow Overriding System XKB Settings=True
+# Always set layout to be only group layout
+AlwaysSetToGroupLayout=True
+
diff --git a/.config/fcitx5/conf/xim.conf b/.config/fcitx5/conf/xim.conf
new file mode 100644
index 0000000..57abf4b
--- /dev/null
+++ b/.config/fcitx5/conf/xim.conf
@@ -0,0 +1,3 @@
+# XIM で On The Spot スタイルを使う(再起動が必要)
+UseOnTheSpot=True
+
diff --git a/.config/mozc/config1.db b/.config/mozc/config1.db
new file mode 100644
index 0000000..e116637
--- /dev/null
+++ b/.config/mozc/config1.db
Binary files differ