要自定义CentOS的Compton设置,可按以下步骤进行:
sudo yum install compton安装。~/.config/compton.conf,若不存在则手动创建,可使用nano ~/.config/compton.conf编辑。backend(设置后端,如glx)、shadow(控制阴影)、opacity(设置透明度)等。pkill compton停止Compton,再使用compton -c ~/.config/compton.conf &重启,或将其添加到启动脚本中实现开机自启。