在 Ubuntu 上关闭 Compton(窗口合成/特效)通常有以下几种方式,取决于你是怎么安装的。
ps aux | grep compton
然后杀掉进程:
killall compton
或强制:
pkill -9 compton
如果你在 ~/.xprofile、~/.xinitrc 或 .config/autostart/ 里加了:
compton &
把这一行删掉或注释掉。
systemctl --user stop compton
systemctl --user disable compton
xfconf-query -c xfwm4 -p /general/use_compositing -s false
直接停止 compton 即可:
killall compton
killall compton
然后不要重启 compton。
ps aux | grep compton
没有输出就说明已关闭。
如果你愿意,可以告诉我:
我可以给你最精确的关闭方式。