以下是一些Debian下Compton的高级配置选项:
frame-rate可设置帧率限制,如frame-rate = 60;glx-dri可设置GPU加速相关参数,如glx-dri = 3。smooth-scrolling可启用平滑滚动,设为true或false;mouse-pointer-follows-focus可让鼠标指针跟随焦点,设为true或false。shader-file可指定自定义GLSL着色器文件路径,如shader-file = "/path/to/your/shader.frag"。