dotfiles/config/picom/launch.sh

8 lines
98 B
Bash
Executable File

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