通过几天的折腾,终于发现 Archliux 的安装与其后的配置比起来,当真是小巫见大了。session
配置的虽不华丽,但已知足个人要求,可正常地学习、娱乐(仅限听音乐与看视频),之后遇到问题再说吧。学习
slimspa
安装后在 /etc/slim.conf 中修改 theme ,但要开机自启,需经过 systemd 设置:systemctl enable slim.server视频
openboxserver
配置起来不算难,只要在 ~/.xinitrc 中加上 exec openbox-session 便可,而后就慢慢修改 menu.xml 和 rc.xml 吧xml
tint2ci
基本和 openbox 同样,只要记得在 openbox 的 autostart 中加上 tint2 & 便可,而后也慢慢修改 tint2rc 吧terminal
fehit
更加简单,也在 openbox 的 autostart 中加上 feh --bg-scale xxx.jpg 就行了io
xterm
懒得换其余的 terminal 了,就直接在 ~/.Xresources 了配置便可,记得在 .xinitrc 中加上 xrdb -load ~/.Xresources
scim-pinyin
按着 wiki 里作就好
但要注意一点,在 ~/.xinitrc 中对 scim 和 xterm 的设置要放在 exec openbox-session 以前,也可直接放在 openbox 的autostart 中,且要给 .xinitrc 加上 x 属性