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/fcitx.csh | |
parent | 0208d4932e2ad17940e48da746d2c8f14025d6c6 (diff) | |
download | slackbuilds-ee0d9cbd32309d14b3a0368485b0353e60fc7fd6.tar.gz |
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/fcitx.csh')
-rw-r--r-- | misc/fcitx/profile.d/fcitx.csh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/fcitx/profile.d/fcitx.csh b/misc/fcitx/profile.d/fcitx.csh new file mode 100644 index 0000000000..ab1b455593 --- /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 |