fix picom suspend issue

This commit is contained in:
azpsen 2024-01-30 10:30:34 -06:00
parent 07454d2a88
commit 189692c4d2

View File

@ -33,4 +33,4 @@ pgrep -x notify.sh > /dev/null || ~/.config/bspwm/scripts/notify.sh &
pgrep -x greenclip > /dev/null || greenclip daemon &
pgrep -x picom > /dev/null || picom &
pgrep -x picom > /dev/null || picom --no-fading-openclose &