Skip to content

Instantly share code, notes, and snippets.

@NAKNAO-nnct
Created March 29, 2019 06:27
Show Gist options
  • Save NAKNAO-nnct/da4bfb17ec5817ef58ff830fe410a66a to your computer and use it in GitHub Desktop.
Save NAKNAO-nnct/da4bfb17ec5817ef58ff830fe410a66a to your computer and use it in GitHub Desktop.
.xinitrc
#!/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