summarylogtreecommitdiffstats
path: root/fcitx5-mozc-conf.patch
blob: 9d4e1e8ddd78afd4a31e7a3fca85509a09db9055 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
diff --git a/src/unix/fcitx5/fcitx5/conf/mozc.conf b/src/unix/fcitx5/fcitx5/conf/mozc.conf
new file mode 100644
index 0000000000..63714dec81
--- /dev/null
+++ b/src/unix/fcitx5/fcitx5/conf/mozc.conf
@@ -0,0 +1,12 @@
+# 初期モード
+InitialMode=Hiragana
+# 入力状態の共有
+InputState="Follow Global Configuration"
+# 候補を縦に並べる
+Vertical=True
+# 用例の表示 (候補が縦並びのとき)
+ExpandMode=Always
+# プリエディットカーソルをプリエディットの先頭に固定する
+PreeditCursorPositionAtBeginning=False
+# 用例を表示するホットキー
+ExpandKey=Control+Alt+H
diff --git a/src/unix/fcitx5/fcitx5/conf/notifications.conf b/src/unix/fcitx5/fcitx5/conf/notifications.conf
new file mode 100644
index 0000000000..ce37813f32
--- /dev/null
+++ b/src/unix/fcitx5/fcitx5/conf/notifications.conf
@@ -0,0 +1,3 @@
+[HiddenNotifications]
+0=wayland-diagnose-gnome
+
diff --git a/src/unix/fcitx5/fcitx5/conf/waylandim.conf b/src/unix/fcitx5/fcitx5/conf/waylandim.conf
new file mode 100644
index 0000000000..4dd8b81514
--- /dev/null
+++ b/src/unix/fcitx5/fcitx5/conf/waylandim.conf
@@ -0,0 +1,5 @@
+# 現在実行中のアプリケーションを検出する(再起動が必要)
+DetectApplication=True
+# キーイベントが処理されない場合、テキストをコミットする代わりにキーイベントを転送する
+PreferKeyEvent=True
+
diff --git a/src/unix/fcitx5/fcitx5/conf/xim.conf b/src/unix/fcitx5/fcitx5/conf/xim.conf
new file mode 100644
index 0000000000..57abf4bda6
--- /dev/null
+++ b/src/unix/fcitx5/fcitx5/conf/xim.conf
@@ -0,0 +1,3 @@
+# XIM で On The Spot スタイルを使う(再起動が必要)
+UseOnTheSpot=True
+
diff --git a/src/unix/fcitx5/fcitx5/profile b/src/unix/fcitx5/fcitx5/profile
new file mode 100644
index 0000000000..f62e68ea0b
--- /dev/null
+++ b/src/unix/fcitx5/fcitx5/profile
@@ -0,0 +1,23 @@
+[Groups/0]
+# Group Name
+Name=デフォルト
+# Layout
+Default Layout=jp
+# Default Input Method
+DefaultIM=mozc
+
+[Groups/0/Items/0]
+# Name
+Name=keyboard-jp
+# Layout
+Layout=
+
+[Groups/0/Items/1]
+# Name
+Name=mozc
+# Layout
+Layout=
+
+[GroupOrder]
+0=デフォルト
+
diff --git a/src/unix/fcitx5/fcitx5/conf/classicui.conf b/src/unix/fcitx5/fcitx5/conf/classicui.conf
new file mode 100644
index 000000000..ccb01743d
--- /dev/null
+++ b/src/unix/fcitx5/fcitx5/conf/classicui.conf
@@ -0,0 +1,35 @@
+# 候補ウィンドウを縦にする
+Vertical Candidate List=True
+# マウスホイールを使用して前または次のページに移動する
+WheelForPaging=True
+# フォント
+Font="Sans 10"
+# メニューフォント
+MenuFont="Sans 10"
+# トレイフォント
+TrayFont="Sans Bold 10"
+# トレイラベルのアウトライン色
+TrayOutlineColor=#000000
+# トレイラベルのテキスト色
+TrayTextColor=#ffffff
+# テキストアイコンを優先する
+PreferTextIcon=False
+# アイコンにレイアウト名を表示する
+ShowLayoutNameInIcon=True
+# 入力メソッドの言語を使用してテキストを表示する
+UseInputMethodLanguageToDisplayText=True
+# テーマ
+Theme=default-dark
+# ダークテーマ
+DarkTheme=default-dark
+# システムのライト/ダーク配色に従う
+UseDarkTheme=True
+# テーマとデスクトップでサポートされている場合は、システムのアクセントカラーに従う
+UseAccentColor=True
+# X11 で Per Screen DPI を使用する
+PerScreenDPI=False
+# フォント DPI を Wayland で強制する
+ForceWaylandDPI=0
+# Wayland で分数スケールを有効にする
+EnableFractionalScale=True
+