diff options
author | katherine <ageha@airen-no-jikken.icu> | 2020-08-28 18:21:56 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2020-08-28 18:21:56 -0700 |
commit | d8c9035ac57b26dfd095d38069485404686e576c (patch) | |
tree | 5d9d9f0a42255dc9d1285a8caa4f0fc969a866e4 /.Xresources | |
parent | 25f14642fef077af7362d1671d99c00a30048d1e (diff) | |
download | dotfiles-d8c9035ac57b26dfd095d38069485404686e576c.tar.gz |
explicit fcitx input for urxvt
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.Xresources b/.Xresources index b6506b5..1bbc949 100644 --- a/.Xresources +++ b/.Xresources @@ -183,10 +183,12 @@ URxvt*cursorBlink: true ! URxvt*{|} ! OverTheSpot, OffTheSpot, Root; option -pt. -!URxvt*preeditType: OverTheSpot +URxvt*preeditType: OverTheSpot +! URxvt*preeditType: OnTheSpot ! name of inputMethod to use; option -im. !URxvt*inputMethod: ibus +URxvt*inputMethod: fcitx ! The locale to use for opening the IM. You can use an "LC_CTYPE" of e.g. "de_DE.UTF-8" for normal text processing but "ja_JP.EUC-JP" for the input extension ! URxvt*imLocale: name |