diff options
author | vvoody <vvoodywang@gmail.com> | 2011-12-15 11:04:15 -0600 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-18 00:07:51 -0200 |
commit | ee0d9cbd32309d14b3a0368485b0353e60fc7fd6 (patch) | |
tree | 8b9b1c4032a21878519ef625961b52b05d87f887 /misc/fcitx/profile.d | |
parent | 0208d4932e2ad17940e48da746d2c8f14025d6c6 (diff) |
misc/fcitx: Updated for version 4.1.2 (+new maintainer)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'misc/fcitx/profile.d')
-rw-r--r-- | misc/fcitx/profile.d/fcitx.csh | 7 | ||||
-rw-r--r-- | misc/fcitx/profile.d/fcitx.sh | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/misc/fcitx/profile.d/fcitx.csh b/misc/fcitx/profile.d/fcitx.csh new file mode 100644 index 000000000000..ab1b455593e4 --- /dev/null +++ b/misc/fcitx/profile.d/fcitx.csh @@ -0,0 +1,7 @@ +#!/bin/csh + +setenv XMODIFIERS "@im=fcitx" +setenv XIM fcitx +setenv XIM_PROGRAM fcitx +setenv GTK_IM_MODULE fcitx +setenv QT_IM_MODULE fcitx diff --git a/misc/fcitx/profile.d/fcitx.sh b/misc/fcitx/profile.d/fcitx.sh new file mode 100644 index 000000000000..b4a54895171f --- /dev/null +++ b/misc/fcitx/profile.d/fcitx.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +export XMODIFIERS="@im=fcitx" +export XIM=fcitx +export XIM_PROGRAM=fcitx +export GTK_IM_MODULE=fcitx #=xim +export QT_IM_MODULE=fcitx #=xim
\ No newline at end of file |