summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-09-26 20:52:21 -0700
committerxyz <gky44px1999@gmail.com>2021-09-26 20:52:21 -0700
commit9f8d13f0bc699a9859378cf472cd54a2c65da067 (patch)
treefb9be18c703cdaef523c1af9b75b4650f8c92ae5
parente6961b33c379929e72dd0d642afadf6735312621 (diff)
refactor
-rw-r--r--.config/fcitx5/conf/classicui.conf18
1 files changed, 11 insertions, 7 deletions
diff --git a/.config/fcitx5/conf/classicui.conf b/.config/fcitx5/conf/classicui.conf
index 4e9b656b..f5e089f1 100644
--- a/.config/fcitx5/conf/classicui.conf
+++ b/.config/fcitx5/conf/classicui.conf
@@ -1,11 +1,15 @@
-# 垂直候选列表
+# Vertical Candidate List
Vertical Candidate List=False
-
-# 按屏幕 DPI 使用
+# Use Per Screen DPI
PerScreenDPI=True
-
-# Font (设置成你喜欢的字体)
+# Use mouse wheel to go to prev or next page
+WheelForPaging=True
+# Font
Font="Adobe Kaiti Std 12"
-
-# 主题(这里要改成你想要使用的主题名,主题名就在下面)
+# Menu Font
+MenuFont="Sans 10"
+# Use input method langauge to display text
+UseInputMethodLangaugeToDisplayText=True
+# Theme
Theme=summer
+