2025-02-10 18:54:26 -05:00

6 lines
61 B
Bash
Executable File

#!/usr/bin/env sh
if pidof picom; then
killall picom
fi