Files
linux-scripts/picom-restart
2023-07-18 20:55:12 -05:00

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