5 lines
91 B
Bash
Executable file
5 lines
91 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
command -v picom \
|
|
&& (pgrep picom \
|
|
|| picom --daemon)
|