mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-24 00:02:09 +02:00
284 B
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}}