From fc6430b895a43689edc2bd50de81a6a5eab83ee8 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Tue, 19 Aug 2025 20:21:40 +0200 Subject: add more mozc config to dotfiles --- .config/fcitx5/conf/clipboard.conf | 8 ++++++++ .config/fcitx5/conf/quickphrase.conf | 10 ++++++++++ .config/fcitx5/conf/xcb.conf | 5 +++++ .config/fcitx5/conf/xim.conf | 3 +++ .config/mozc/config1.db | Bin 0 -> 1906 bytes 5 files changed, 26 insertions(+) create mode 100644 .config/fcitx5/conf/clipboard.conf create mode 100644 .config/fcitx5/conf/quickphrase.conf create mode 100644 .config/fcitx5/conf/xcb.conf create mode 100644 .config/fcitx5/conf/xim.conf create mode 100644 .config/mozc/config1.db 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 Binary files /dev/null and b/.config/mozc/config1.db differ -- cgit v1.2.3