1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages/linux/picom.md
2023-04-08 14:54:15 +05:30

16 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}}`