picom: new command page (#10016)

pull/23/head
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
1 changed files with 16 additions and 0 deletions

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