7 lines
74 B
Plaintext
Executable File
7 lines
74 B
Plaintext
Executable File
if pgrep -x "picom" > /dev/null
|
|
then
|
|
pkill picom
|
|
else
|
|
picom -b
|
|
fi
|