
| Current Path : /proc/thread-self/root/usr/share/im-config/data/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //proc/thread-self/root/usr/share/im-config/data/23_fcitx5.rc |
# start fcitx5
# vim: set sts=4 expandtab:
if [ "$IM_CONFIG_PHASE" = 2 ]; then
# start fcitx5 daemon
/usr/bin/fcitx5 -d 2> /dev/null &
fi
if [ "$IM_CONFIG_PHASE" = 1 ]; then
# set variables for the plain XIM
XMODIFIERS=@im=fcitx
# Let's assume all required modules are installed
GTK_IM_MODULE=fcitx5
QT_IM_MODULE=fcitx5
CLUTTER_IM_MODULE=xim
fi