mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
411 B
Plaintext
22 lines
411 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# picom
|
|
|
|
> Standalone compositor for Xorg.
|
|
> More information: <https://github.com/yshui/picom/blob/next/man/picom.1.adoc>.
|
|
|
|
- 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}}`
|