From fba122e1226d661bdd3f1531bb6de45d912013f4 Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Mon, 2 Nov 2020 11:19:21 +0800 Subject: [PATCH] [misc] picom/next is working, go back to it --- picom/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picom/install.sh b/picom/install.sh index 4e51d71..efe47ec 100755 --- a/picom/install.sh +++ b/picom/install.sh @@ -21,7 +21,7 @@ case "$PM" in esac # build and install picom -VERSION=v8.2 +VERSION=next VERSION_PATH=$XDG_CONFIG_HOME/picom/version if [ "$VERSION" = "next" ] || ! eqv "$VERSION_PATH" "$VERSION"; then echo Downloading picom $VERSION