dotfiles/config/picom/launch.sh

6 lines
131 B
Bash
Raw Normal View History

2020-04-27 06:47:36 +00:00
#!/usr/bin/env sh
killall -q picom
while pgrep -x picom >/dev/null; do sleep 1; done
picom -b --config ~/.config/picom/picom.conf