Files
tldr/pages.zh/linux/picom.md

16 lines
259 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# picom
> Xorg 的独立合成器。
> 更多信息:<https://manned.org/picom>。
- 在会话中启用 `picom`
`picom &`
-`picom` 作为后台进程启动:
`picom -b`
- 使用自定义配置文件:
`picom --config {{path/to/config_file}}`