diff options
Diffstat (limited to '.config/fcitx5/conf')
-rw-r--r-- | .config/fcitx5/conf/classicui.conf | 2 | ||||
-rw-r--r-- | .config/fcitx5/conf/mozc.conf | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.config/fcitx5/conf/classicui.conf b/.config/fcitx5/conf/classicui.conf index 12677f6..e182f22 100644 --- a/.config/fcitx5/conf/classicui.conf +++ b/.config/fcitx5/conf/classicui.conf @@ -22,4 +22,6 @@ ShowLayoutNameInIcon=False UseInputMethodLangaugeToDisplayText=True # Theme Theme=loek +# Force font DPI on Wayland +ForceWaylandDPI=0 diff --git a/.config/fcitx5/conf/mozc.conf b/.config/fcitx5/conf/mozc.conf index 16c9eb0..fb1db79 100644 --- a/.config/fcitx5/conf/mozc.conf +++ b/.config/fcitx5/conf/mozc.conf @@ -7,5 +7,5 @@ ExpandMode="On Focus" # Fix embedded preedit cursor at the beginning of the preedit PreeditCursorPositionAtBeginning=False # Hotkey to expand usage -ExpandKey=Control+Alt+H +ExpandKey= |