17 lines
318 B
Markdown
17 lines
318 B
Markdown
|
|
# picom
|
||
|
|
|
||
|
|
> Standalone compositor for Xorg.
|
||
|
|
> More information: <https://github.com/yshui/picom/blob/next/man/picom.1.adoc>.
|
||
|
|
|
||
|
|
- Enable `picom` during a session:
|
||
|
|
|
||
|
|
`picom &`
|
||
|
|
|
||
|
|
- Start `picom` as a background process:
|
||
|
|
|
||
|
|
`picom {{[-b|--daemon]}}`
|
||
|
|
|
||
|
|
- Use a custom configuration file:
|
||
|
|
|
||
|
|
`picom --config {{path/to/config_file}}`
|