manjaro安装配置

下载的xfce,旧的air发光发热的时候

sudo pacman-mirrors -i -c China -m rank
sudo pacman -Syyu

安装字体

sudo pacman -S ttf-roboto noto-fonts ttf-dejavu
sudo pacman -S wqy-bitmapfont wqy-microhei wqy-microhei-lite wqy-zenhei
sudo pacman -S noto-fonts-cjk adobe-source-han-sans-cn-fonts adobe-source-han-serif-cn-fonts

 

安装中文输入法

sudo pacman -S fcitx-sunpinyin fcitx-im fcitx-configtool

 

vim ~/.xprofile

export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"

 

添加linuxcn源,sudo vim /etc/pacman.conf

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

然后

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

 

主题自己参考debian里面改的或者自己去xfce-look上下载一个,放~/.themes里面

posted @ 2020-11-09 16:16  自由出土文物  阅读(135)  评论(0编辑  收藏  举报