diff options
author | katherine <ageha@airen-no-jikken.icu> | 2020-12-29 13:17:41 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2020-12-29 13:17:41 -0700 |
commit | 03b12d2e2dc07d416de9212d3d60367e24aa60bc (patch) | |
tree | 9dbcf9108af62d6e07f38aed5bf7bd6191435f99 | |
parent | 567b21a7d3272ed25b2730f3f8646573d3c48c94 (diff) | |
download | dotfiles-03b12d2e2dc07d416de9212d3d60367e24aa60bc.tar.gz |
switch to fcitx5
-rw-r--r-- | .xinitrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,8 +18,9 @@ setxkbmap -option compose:caps #input! export GTK_IM_MODULE=fcitx export QT_IM_MODULE=fcitx +export SDL_IM_MODULE=fcitx export XMODIFIERS="@im=fcitx" -fcitx & +fcitx5 & #keyrate xset r rate $kbdelay $kbrate |