在Debian Compton配置中设置背景模糊,可编辑配置文件~/.config/compton.conf,添加或修改以下选项:
~/.config/compton.conf
bg_blur true
[blur]
method = gaussian
size = 10
deviation = 5.0
修改后,保存文件并重启Compton服务使设置生效,可使用命令sudo systemctl restart compton。
sudo systemctl restart compton