dotfiles/.config/picom/launch.sh

8 lines
98 B
Bash
Raw Normal View History

2021-03-28 17:11:08 +02:00
#!/bin/sh
if ps -A | grep picom; then
killall -q picom
fi
picom --experimental-backends