1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/picom.md

17 lines
270 B
Markdown
Raw Normal View History

2023-04-08 09:24:15 +00:00
# picom
> Standalone compositor for Xorg.
> More information: <https://manned.org/picom>.
2023-04-08 09:24:15 +00:00
- 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}}`