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