# M17N IM: SCIM (recommended, GUI)

# Start scim for XIM method under the clean environment
unset XMODIFIERS
unset GTK_IM_MODULE
scim -d

# Set up X/GTK client application environments
GDK_USE_XFT=1; export GDK_USE_XFT
# GTK 2.0 default input as SCIM
GTK_IM_MODULE="scim" ; export GTK_IM_MODULE
# GTK 2.0 default input as XIM
#GTK_IM_MODULE="xim" ; export GTK_IM_MODULE
# For good old XIM applications
XMODIFIERS="@im=SCIM" ; export XMODIFIERS

# Activation and locale (LC_CTYPE)
# "/SupportedUnicodeLocales = en_US.UTF-8" in  ~/.scim/global is just to
# specify which Unicode locale will be supported. If you use another
# locale, you have to add it to this list for scim to work.

# These locales may not be supported by any IMEngine. The locales which
# supported by IMEngines can be used directly without being added into
# this list.
