dotfiles/picom/config/launch.sh

9 lines
169 B
Bash
Raw Normal View History

2020-09-17 16:02:24 +00:00
#!/bin/bash
DIR=$(readlink -f $(dirname $0))
killall -q picom
while pgrep -x picom >/dev/null; do sleep 1; done
2020-09-18 04:25:45 +00:00
echo $DIR/picom.conf
2020-09-17 16:02:24 +00:00
picom -b --config $DIR/picom.conf