mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-09 01:53:29 +02:00
picom: new command page (#10016)
This commit is contained in:
parent
9e98a0b95b
commit
13b54905fe
1 changed files with 16 additions and 0 deletions
16
pages/linux/picom.md
Normal file
16
pages/linux/picom.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# picom
|
||||
|
||||
> Standalone compositor for Xorg.
|
||||
> More information: <https://wiki.archlinux.org/title/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}}`
|
Loading…
Add table
Reference in a new issue