1
0
Fork 0
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:
ErlanRG 2023-04-08 09:24:15 +00:00 committed by GitHub
parent 9e98a0b95b
commit 13b54905fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
pages/linux/picom.md Normal file
View 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}}`