[+] rime: Font

This commit is contained in:
2023-10-15 00:21:05 -04:00
parent 5556b62bcd
commit 52df379e5b
2 changed files with 2 additions and 2 deletions
@@ -47,7 +47,7 @@ patch:
border_width: 12 # 窗口边界宽度,大于圆角半径才有效果
line_spacing: 5 # 候选词的行间距
spacing: 10 # 在非内嵌编码模式下,预编辑和候选词之间的间距
font_face: "Lantinghei SC" # 字体名称
font_face: "LXGW Wenkai" # 字体名称
font_point: 15 # 字号
# label_font_face: 'STHeitiTC-Medium'
#candidate_format: '%c. %@'
+1 -1
View File
@@ -57,6 +57,6 @@ check-config "$HOME/.config/kitty" "$CFGSYNC/.config/kitty"
# macOS only
if [[ $OSTYPE == 'darwin'* ]]; then
check-config "$HOME/Library/Preferences/com.googlecode.iterm2.plist" "$CFGSYNC/macOS/com.googlecode.iterm2.plist"
# check-config "$HOME/Library/Preferences/com.googlecode.iterm2.plist" "$CFGSYNC/macOS/com.googlecode.iterm2.plist"
check-config "$HOME/Library/Rime" "$CFGSYNC/.config/ibus/rime"
fi