# im-switch configuration file for scim-hangul
# should be installed as /etc/X11/xinit/xinput.d/scim-hangul
# this configuration uses GTK IM module and Qt IM module provided by SCIM

# exported enviroment variables
XMODIFIERS="@im=SCIM"
GTK_IM_MODULE="scim"
QT_IM_MODULE="scim"
# command and arguments to invoke scim
if [ -e /usr/bin/skim ]; then
    XIM_PROGRAM=/usr/bin/skim
else
    XIM_PROGRAM=/usr/bin/scim
fi
XIM_ARGS="--daemon"
# package dependency
DEPENDS="scim, scim-gtk2-immodule | scim-qtimm"
