xim_im_name

On this page
  1. xim_im_name

xim_im_name#

Explicitly set the name of the IME server to which wakterm will connect via the XIM protocol when using X11 and use_ime is true.

By default, this option is not set which means that wakterm will consider the value of the XMODIFIERS environment variable.

If for some reason the environment isn't set up correctly, or you want to quickly evaluate a different input method server, then you could update your config to specify it explicitly:

config.xim_im_name = 'fcitx'

will cause wakterm to connect to fcitx regardless of the value of XMODIFIERS.

Edit this page