After installation configuration manjaro

1. Add USTC source

Reference https://blog.csdn.net/liyunfu233/article/details/87381017

sudo nano /etc/pacman.conf

Add at the end of the text

[archlinuxcn]
SigLevel = Optional TrustedOnly
Server = https://mirrors.ustc.edu.cn/archlinuxcn/$arch

Import GPG Key

sudo pacman -Syy && sudo pacman -S archlinuxcn-keyring

 

2. Install chrome

sudo pacman -S google-chrome

 

3. Install Google Input

sudo pacman -S fcitx-im # default full installation 
sudo pacman -S fcitx-configtool 
sudo pacman -S fcitx-googlepinyin

Edit input configuration file

sudo nano ~/.xprofile

Add the following

export LC_ALL=zh_CN.UTF-8
export GTK_IM_MODULE=fcitx export QT_IM_MODULE=fcitx export XMODIFIERS="@im=fcitx"

4. Restart the computer

Select Configure Current Input Method in the input method to configure the input

Configuration can refer https://blog.csdn.net/YuanXin_CSDN/article/details/91389467

 

Guess you like

Origin www.cnblogs.com/-zyq/p/11919815.html