diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-03-23 22:38:56 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-03-23 22:38:56 +0100 |
commit | 171bdbe48dafe18cf2e9de07920bf7f1be151867 (patch) | |
tree | c673dd650d44cab35ee9f35863f44fec21cbcad2 /.config/fcitx5/conf | |
parent | 6baf22ded459855b510e4674ffa2a1d906201bf7 (diff) |
dotfiles update
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= |