From 86b770c23b80848a8d8505de11fbdaac161ac3a4 Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Wed, 2 Dec 2020 16:58:34 +0800 Subject: [PATCH] [misc] use official repo since crash bug was fixed --- gui/picom.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gui/picom.sh b/gui/picom.sh index dcc4886..4d795c6 100755 --- a/gui/picom.sh +++ b/gui/picom.sh @@ -24,7 +24,8 @@ case "$PM" in esac # build and install picom -intorepo https://github.com/klesh/picom.git "$DIR/repos/picom" +#intorepo https://github.com/klesh/picom.git "$DIR/repos/picom" +intorepo https://github.com/yshui/picom.git "$DIR/repos/picom" meson --buildtype=release . build sudo ninja -C build install exitrepo