--- syntax: markdown tags: [tldr, linux] source: https://github.com/tldr-pages/tldr.git --- # picom > Standalone compositor for Xorg. > More information: . - 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}}`