Created
August 8, 2018 16:32
-
-
Save kyya/88eb64b6e4679353c564978671c9b7d4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| export LANG=zh_CN.UTF-8 | |
| export XKL_XMODMAP_DISABLE=1 | |
| export GTK_IM_MODULE=fcitx | |
| export QT_IM_MODULE=fcitx | |
| export XMODIFIERS=@im=fcitx | |
| fcitx -d -r --enable sogou-qimpanel | |
| exec startkde |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment