diff options
author | luoyi <luoyi.ly@gmail.com> | 2010-05-12 23:31:36 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-12 23:31:36 +0200 |
commit | d583ee905fabee047b33c2fed3b74c9492cf78c7 (patch) | |
tree | f665f85efdc2107ff7bc8feddf3a2f27d27cc3c1 /misc/fcitx/fcitx.sh | |
parent | cf54f1f1ec8697c9dcfb097c556d053efc9efcdf (diff) | |
download | slackbuilds-d583ee905fabee047b33c2fed3b74c9492cf78c7.tar.gz |
misc/fcitx: Added to 12.2 repository
Diffstat (limited to 'misc/fcitx/fcitx.sh')
-rw-r--r-- | misc/fcitx/fcitx.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/fcitx/fcitx.sh b/misc/fcitx/fcitx.sh new file mode 100644 index 0000000000..2845a17b07 --- /dev/null +++ b/misc/fcitx/fcitx.sh @@ -0,0 +1,6 @@ +#!/bin/sh +export GTK_IM_MODULE=xim +export XMODIFIERS="@im=fcitx" +export XIM=fcitx +export XIM_PROGRAM=fcitx + |