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