要禁用Debian Compton的特定功能,可通过修改其配置文件/.config/compton.conf来实现,以下是一些常见功能的禁用方法:
/.config/compton.conf
shadow
false
opacity
bg_blur
screen_edge_blur
vsync
修改配置文件后,需重启Compton服务使更改生效,可使用命令sudo systemctl restart compton。
sudo systemctl restart compton