Merge pull request #32 from JasonGrace2282/next

Add how to run section to README.md
This commit is contained in:
Arda Atci
2024-01-22 22:28:19 +03:00
committed by GitHub

View File

@@ -96,6 +96,12 @@ $ ninja -C build install
Default install prefix is `/usr/local`, you can change it with `meson configure -Dprefix=<path> build`
## Running
To launch with all animations as a background process you can use:
`picom --animations -b`
To only have specific animations, enable them with cli flags (see `picom --help`) or add them to your picom config.
## How to Contribute
All contributions are welcome!