Files
cheatsheet-tldr/tldr/linux/picom
2025-04-20 00:20:58 +00:00

22 lines
377 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
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}}`