9 lines
117 B
Bash
Executable File
9 lines
117 B
Bash
Executable File
#!/bin/bash
|
|
|
|
killall picom
|
|
|
|
#Wait 0.25 seconds so the process can close
|
|
sleep 0.25
|
|
|
|
picom --experimental-backends -b
|