File: 25_hime.rc

package info (click to toggle)
im-config 0.59
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 1,000 kB
  • sloc: sh: 469; makefile: 99
file content (19 lines) | stat: -rw-r--r-- 352 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# start hime
# vim: set sts=4 expandtab:

if [ "$IM_CONFIG_PHASE" = 2 ]; then
# start hime daemon
/usr/bin/hime &
fi

if [ "$IM_CONFIG_PHASE" = 1 ]; then
# set variables for the plain XIM
XMODIFIERS=@im=hime

# Let's assume all required modules are installed
GTK_IM_MODULE=hime
QT_IM_MODULE=hime
# hime has no clutter support
CLUTTER_IM_MODULE=xim

fi