# M17N IM: SCIM (recommended, GUI)

GDK_USE_XFT=1; export GDK_USE_XFT
scim -d 
# 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/config is just 
# to specify which Unicode locale will be supported. 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.
