@@ -0,0 +1,13 @@
#!/bin/bash
if ps aux | grep "picom$" ; then
killall -q picom
sleep 1
notify-send "picom vsync on"
picom --vsync &
else
picom &
notify-send "picom vsync off"
fi
The note is not visible to the blocked user.