[bugfix] monotor restoration took too long of time
This commit is contained in:
parent
9754ce1518
commit
a8b371da08
|
@ -4,5 +4,5 @@ DIR=$(readlink -f $(dirname $0))
|
||||||
|
|
||||||
killall -q picom
|
killall -q picom
|
||||||
while pgrep -x picom >/dev/null; do sleep 1; done
|
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
|
#picom -b --config $DIR/picom.conf
|
||||||
|
|
Loading…
Reference in New Issue
Block a user