IT for operating businesses
Using the picom Command
Standalone compositor for Xorg. More information: <https://github.com/yshui/picom/blob/next/man/picom.1.adoc>.
- Enable
picomduring a session:
picom &
- Start
picomas a background process:
picom *[-b|--daemon]*
- Use a custom configuration file:
picom --config *path/to/config_file*
This content is compiled from the open-source tldr-pages project under the MIT license.