# start most popular available input method automatically # for Chinese, Japanese, Korean, Vietnamese # (If there are some locales to be added ... let me know :-) # vim: set sts=4 expandtab: case $LANG in zh_*.*|ja_JP.*|ko_KR.*|vi_VN.*) run_im auto ;; *) ;; esac