Files
cheatsheet-tldr/tldr/picom
2025-12-01 00:25:28 +00:00

22 lines
378 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# picom
> Standalone compositor for Xorg.
> More information: <https://manned.org/picom>.
- 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}}`