From fbd58facbe455ed3c2c8703f15f3b6891714b852 Mon Sep 17 00:00:00 2001 From: Ara Date: Mon, 23 Jun 2025 09:57:19 +0700 Subject: [PATCH] Update README.md add template void linux --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1ba8ffd282..d801468c04 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,15 @@ $ ninja -C build install Default install prefix is `/usr/local`, you can change it with `meson configure -Dprefix= build` +#### Void Linux +``` +git clone https://gitlab.com/nesstero/template-void-picom-zero +mv template-void-picom-zero /srcpkgs/picom-zero +cd +./xbps-src pkg picom-zero +sudo xbps-install --repository=hostdir/binpkgs picom-zero +``` + ## Running To launch with all animations as a background process you can use: `picom --animations -b`