1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-24 00:02:09 +02:00
tldr/pages/linux/picom.md
2023-04-08 14:54:15 +05:30

284 B

picom

Standalone compositor for Xorg. More information: https://wiki.archlinux.org/title/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}}