在 Debian 系统上,Compton 的默认配置文件通常位于 ~/.config/compton.conf
。
使用任何文本编辑器打开配置文件进行编辑,例如使用 nano:
nano ~/.config/compton.conf
根据需要调整配置文件中的参数。例如,以下是一个基本的配置示例:
backend = glx;
shadow-exclude = [
.,
.\\..,
.\\.desktop$
];
fade = true;
unredir-if-able = true;
保存并关闭配置文件。
以上信息提供了关于 Debian 上 Compton 配置文件的位置以及如何编辑配置文件的详细说明,希望对您有所帮助。