Compton是一个用于Wayland显示服务器的复合器,它可以提高桌面环境的视觉效果。以下是一些常用的Compton启动参数:
--config:
compton --config /path/to/compton.conf--backend:
glx, wayland, x11。--shadow-exclude:
--shadow-exclude ".*" 或 --shadow-exclude "Firefox"--shadow-opacity:
--blur-radius:
--color:
normal, grayscale, invert。--vsync:
--no-damage:
--no-rotate:
--ignore-shm:
--debug:
--log-level:
debug, info, warning, error。--window-opacity:
--border-width:
--border-color:
--background-opacity:
compton --config /path/to/compton.conf --backend wayland --shadow-exclude ".*" --shadow-opacity 0.7 --blur-radius 4 --color normal --vsync
通过这些参数,您可以灵活地调整Compton的行为,以满足您的需求。