mirror of https://github.com/CrimsonTome/tldr.git
17 lines
284 B
Markdown
17 lines
284 B
Markdown
# picom
|
|
|
|
> Standalone compositor for Xorg.
|
|
> More information: <https://wiki.archlinux.org/title/picom>.
|
|
|
|
- Enable `picom` during a session:
|
|
|
|
`picom &`
|
|
|
|
- Start `picom` as a background process:
|
|
|
|
`picom -b`
|
|
|
|
- Use a custom configuration file:
|
|
|
|
`picom --config {{path/to/config_file}}`
|