Skip to content

Instantly share code, notes, and snippets.

@backroot
Last active October 13, 2018 01:06
Show Gist options
  • Select an option

  • Save backroot/1ac42242e67caef6c84b09ceec4c54ac to your computer and use it in GitHub Desktop.

Select an option

Save backroot/1ac42242e67caef6c84b09ceec4c54ac to your computer and use it in GitHub Desktop.
ArchLinux Setup
sudo pacman -S xorg-server xorg-xinit xterm i3-wm i3status dmenu
sudo pacman -S fcitx fcitx-mozc fcitx-im fcitx-configtool
sudo pacman -S otf-ipafont ttf-dejavu
sudo pacman -S lightdm lightdm-gtk-greeter lightdm-gtk-greeter-settings
cat << EOF > ~/.xinitrc
export DefaultImModule=fcitx
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment