dotfiles/config/picom/launch.sh
2021-09-04 18:54:42 +02:00

7 lines
98 B
Bash
Executable file

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