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

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