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