#!/bin/sh
#
# IM settings for Plamo-4.6x
#

# if you need old IM(kinput2, skkinput, et.al) source ~/.oldIMrc
#
# . ~/.oldIMrc

export XMODIFIERS='@im=SCIM'
export QT_IM_MODULES=scim-bridge
export GTK_IM_MODULES=scim-bridge
chk=`ps axw | grep scim | grep -v grep`
if [ "$chk.x" = ".x" ];then
    /usr/bin/scim -d
fi



