dotfiles/.config/picom/launch.sh
2021-03-28 17:11:08 +02:00

7 lines
98 B
Bash
Executable file

#!/bin/sh
if ps -A | grep picom; then
killall -q picom
fi
picom --experimental-backends