Compton常用配置参数如下:
backend(可选xrender、glx、wayland,影响性能和兼容性)。vsync(true/false,开启可减少画面撕裂,可能影响性能)。shadow(true/false,控制窗口阴影开关)。opacity(数值0.0-1.0,控制窗口整体透明度)。ignore_root(true/false,避免根窗口透明度异常)。ignore_certain_windows(忽略特定窗口,如桌面环境窗口)、no_fading_openclose(禁用窗口开闭淡入淡出)。blur(背景模糊相关参数,如method、size、deviation)。更多参数可参考配置文件示例或官方文档。