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 picom during a session:

picom &

  • Start picom as 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.