[bugfix] mitigate picom exit with zero when experimental backends failed
This commit is contained in:
parent
ee5c34de4a
commit
03ab4c8b88
|
@ -6,5 +6,6 @@ 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 \
|
||||
--no-fading-openclose || \
|
||||
picom -b --config $DIR/picom.conf --no-fading-openclose
|
||||
--no-fading-openclose
|
||||
sleep 1
|
||||
! pgrep -x picom && picom -b --config $DIR/picom.conf --no-fading-openclose
|
||||
|
|
Loading…
Reference in New Issue
Block a user