slackbuilds_ponce/system/hime/hime.csh
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

13 lines
254 B
Tcsh

#!/bin/csh
# hime-ime is a chinese-input-method.
[ -x /usr/bin/hime ]
if ($status == 0) then
setenv XMODIFIERS "@im=hime"
setenv GTK_IM_MODULE "hime"
setenv QT_IM_MODULE "hime"
setenv XIM_PROGRAM "/usr/bin/hime -d"
endif
# /usr/bin/hime -d &