7 lines
98 B
Bash
Executable file
7 lines
98 B
Bash
Executable file
#!/bin/sh
|
|
|
|
if ps -A | grep picom; then
|
|
killall -q picom
|
|
fi
|
|
|
|
picom --experimental-backends
|