缘起
机器上的Ubuntu 12.04有一段时间没有使用了,最近在用的时候发现频繁死机的情况,开始以为是unity的原因,于是换成了gnome3,然而好景不长很快又频繁死机了。作为一个懒得折腾的人,还是重装系统最省事了。想来想去,还是装了archlinux。
设置
安装过程不必细说,arch的wiki上有详细的说明。这里只是简单的记录下配置过程。
网络配置
使用wicd替换了默认的netctl
systemctl stop netctl
systemctl disable netctl
pacman -S wicd wicd-gtk
systemctl start wicd
systemctl enable wicd
并在~/.config/openbox/autostart中加入wicd-gtk -t &
图形界面
图形界面我选择了轻量级的openbox。pacman -S openbox
然后是openbox配置的一系列工具
openbox主题及设置工具pacman -S openbox-themes obconf
openbox右键菜单我选用了AUR的obmenu-generator,其动态菜单(pipe menu)功能尤其方便,在安装了新的软件后也无需重新设置右键菜单。yaourt -S obmenu-generator
快捷键编辑工具obkey和菜单编辑工具obmenupacman -S obkey obmenu
安装轻量级登录管理器slimpacman -S slim
桌面环境
面板使用了tint2,在启动脚本中添加tint2 &
yaourt -S tint2-svn tint2-themes tint2wizard
尽管安装了tint2的设置工具,我目前使用的依然是tint2的默认主题,因为基本上能满足我的需求:)。
其他的面板工具可以尝试下fbpanel、wbar、xfce4-panel等,总有一款panel适合你。
音量控制使用了pnmixer,在启动脚本中加入pnmixer &
yaourt -S pnmixer
轻量级监控工具conky及conky配置生成工具conky-colorsyaourt -S conky conky-colors
在启动脚本中加入/usr/share/conkycolors/bin/conkyStart &
壁纸工具使用了nittrogenpacman -S nittrogen
选择壁纸后在启动脚本中加入nitrogen --restore &
阴影工具使用了compton-gityaourt -S compton-git
在启动脚本中加入compton -cC -f -i 1.0 -e 1.0 -o 1.0 -r 6 -l -9 -t -9 -I 0.05 -O 0.05 -D 2 -G -b &
GTK设置工具lxappearancepacman -S lxappearance
其他工具
文件管理器 pacman -S pcmanfm
看图工具 pacman -S geeqie gpicview
图片编辑 pacman -S gimp
浏览器 pacman -S chromium
输入法 pacman -S fcitx fcitx-googlepinyin
在~/.xinitrc中加入
export LANG=zhCN.UTF-8
export LCALL="zhCN.UTF-8"
export XMODIFIERS=@im=fcitx
export GTKIMMODULE=fcitx
export QTIM_MODULE=fcitx
并在启动脚本中加入fcitx &
文字编辑工具 yaourt -S kingsoft-office
pdf阅读器 yaourt -S mupdf apvlv
屏幕保护程序 yaourt -S xscreensaver