From a8b371da081432db59079021bf99f962843983cb Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Sun, 20 Sep 2020 17:57:43 +0800 Subject: [PATCH] [bugfix] monotor restoration took too long of time --- picom/config/launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picom/config/launch.sh b/picom/config/launch.sh index e1ea75d..cf04df7 100755 --- a/picom/config/launch.sh +++ b/picom/config/launch.sh @@ -4,5 +4,5 @@ DIR=$(readlink -f $(dirname $0)) killall -q picom while pgrep -x picom >/dev/null; do sleep 1; done -picom -b --config $DIR/picom.conf --experimental-backends --blur-method dual_kawase --blur-strength 6 +picom -b --config $DIR/picom.conf --experimental-backends --blur-method dual_kawase --blur-strength 6 --no-fading-openclose #picom -b --config $DIR/picom.conf