6 lines
81 B
Bash
Executable File

#!/bin/sh
# Toggle compositor.
[ "$(pgrep picom)" ] && pkill picom || picom -b