slackbuilds_ponce/system/hime/hime.sh
YuLin Wu a197ce3276 system/hime: Added (input method).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-02-11 12:15:09 -06:00

12 lines
235 B
Bash

#!/bin/sh
# hime-ime is a chinese-input-method.
if [ -x /usr/bin/hime ]; then
export XMODIFIERS="@im=hime"
export GTK_IM_MODULE="hime"
export QT_IM_MODULE="hime"
export XIM_PROGRAM="/usr/bin/hime -d"
fi
# /usr/bin/hime -d &