1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 15:19:43 +01:00
tldr/pages/linux/picom.md

270 B

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

  • Use a custom configuration file:

picom --config {{path/to/config_file}}