#!/bin/sh
killall picom
if grep -q jwm /etc/windowmanager; then
killall xfsettingsd &
exec picom --config /root/.config/picom/picom.conf
fi

