Last active
October 13, 2018 01:06
-
-
Save backroot/1ac42242e67caef6c84b09ceec4c54ac to your computer and use it in GitHub Desktop.
ArchLinux Setup
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
| 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