Created
March 29, 2019 06:27
-
-
Save NAKNAO-nnct/da4bfb17ec5817ef58ff830fe410a66a to your computer and use it in GitHub Desktop.
.xinitrc
This file contains 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/bash | |
export LC_ALL=ja_JP.UTF-8 | |
export LANGUAGE=ja_JP.UTF-8 | |
export LANG=ja_JP.UTF-8 | |
export GTK_IM_MODULE=fcixt | |
export QT_IM_MODULE=xim | |
export XMODIFIERS=@im=fcitx | |
/usr/local/bin/mozc start | |
fcitx -r -d | |
setxkbmap -layout jp | |
exec $1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment