6 lines
81 B
Plaintext
Raw Normal View History

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