HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

picom — Standalone compositor for Xorg. More information: <https://github.com/yshui/picom/blob/next/man/pico

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandclimorepicomxorgstandaloneforcompositor

Problem

How to use the picom command: Standalone compositor for Xorg. More information: <https://github.com/yshui/picom/blob/next/man/picom.1.adoc>.

Solution

picom — 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}}

Code Snippets

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}}

Context

tldr-pages: common/picom

Revisions (0)

No revisions yet.