From a3f50e8a3b202ddd0c525962a4f6650759eb7cf7 Mon Sep 17 00:00:00 2001 From: Jason Grace <110117391+JasonGrace2282@users.noreply.github.com> Date: Sat, 20 Jan 2024 10:00:54 -0500 Subject: [PATCH] Add running section to README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e65eae2..2e4c56e 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,12 @@ $ ninja -C build install Default install prefix is `/usr/local`, you can change it with `meson configure -Dprefix= 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!