diff options
Diffstat (limited to 'misc/fcitx5/README')
-rw-r--r-- | misc/fcitx5/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/fcitx5/README b/misc/fcitx5/README index c58caad2c3bd7..bd043ee1478cc 100644 --- a/misc/fcitx5/README +++ b/misc/fcitx5/README @@ -28,3 +28,10 @@ For example, an i3 user who wishes to install it to /opt would run make sudo make install +To make fcitx5 the default input method, please add these lines to your +/etc/environment (or .profile): + + GTK_IM_MODULE=fcitx + QT_IM_MODULE=fcitx + XMODIFIERS=@im=fcitx + |